Class SystemInfoWrapper
java.lang.Object
com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Class which holds information about the system in relation to licensing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFQDN()
Returns the domain nameReturns hardware informationReturns the hostnameReturns the name of the Java in useReturns the version of Java in useReturns a list of available network adaptersReturns the architecture version of the operating systemReturns the operating system nameReturns the version of the operating systemvoid
Sets the domain namevoid
setHardwareinfo(String hardwareinfo)
Sets hardware informationvoid
setHostname(String hostname)
Sets the hostnamevoid
setJava_runtime_name(String java_runtime_name)
Sets the name of the Java in usevoid
setJava_version(String java_version)
Sets the version of Java in usevoid
setNetworkAdapterList(List<NetworkAdapterWrapper> networkAdapterList)
Sets available network adaptersvoid
setOs_arch(String os_arch)
Sets the architecture version of the operating systemvoid
setOs_name(String os_name)
Sets the operating system namevoid
setOs_version(String os_version)
Sets the version of the operating system
-
Constructor Details
-
SystemInfoWrapper
public SystemInfoWrapper() -
SystemInfoWrapper
public SystemInfoWrapper(com.elpical.jclaro.license.SystemInfo info)
-
-
Method Details
-
getHostname
Returns the hostname- Returns:
- The hostname
-
setHostname
Sets the hostname- Parameters:
hostname
- The hostname
-
getOs_name
Returns the operating system name- Returns:
- The operating system name
-
setOs_name
Sets the operating system name- Parameters:
os_name
- The operating system name
-
getOs_version
Returns the version of the operating system- Returns:
- The version of the operating system
-
setOs_version
Sets the version of the operating system- Parameters:
os_version
- The version of the operating system
-
getOs_arch
Returns the architecture version of the operating system- Returns:
- The architecture version of the operating system
-
setOs_arch
Sets the architecture version of the operating system- Parameters:
os_arch
- The architecture version of the operating system
-
getJava_version
Returns the version of Java in use- Returns:
- The version of Java in use
-
setJava_version
Sets the version of Java in use- Parameters:
java_version
- the version of Java in use
-
getJava_runtime_name
Returns the name of the Java in use- Returns:
- The name of the Java in use
-
setJava_runtime_name
Sets the name of the Java in use- Parameters:
java_runtime_name
- The name of the Java in use
-
getHardwareinfo
Returns hardware information- Returns:
- Hardware information
-
setHardwareinfo
Sets hardware information- Parameters:
hardwareinfo
- Hardware information
-
getNetworkAdapterList
Returns a list of available network adapters- Returns:
- Available network adapters
-
setNetworkAdapterList
Sets available network adapters- Parameters:
networkAdapterList
- Available network adapters
-
getFQDN
Returns the domain name- Returns:
- The domain name
-
setFQDN
Sets the domain name- Parameters:
fQDN
- The domain name
-