public interface ServerSessionDetails extends ServerVersionInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName()
Returns the host name.
|
long |
getMemorySizeInKBytes()
Returns OS memory size in KBytes.
|
int |
getNumberOfProcessors()
Returns the number of processors available for use by the server.
|
java.lang.String |
getOperatingSystemBrief()
Returns the operating system type (brief string).
|
java.lang.String |
getOperatingSystemDetailed()
Returns the Operating system type (detailed string).
|
boolean |
hasAdministratorRights()
Returns
true if the session have administrator rights. |
getServerVersionFixPack, getServerVersionMajor, getServerVersionMinor, getServerVersionRelease
java.lang.String getHostName()
java.lang.String getOperatingSystemBrief()
java.lang.String getOperatingSystemDetailed()
long getMemorySizeInKBytes()
int getNumberOfProcessors()
boolean hasAdministratorRights()
true
if the session have administrator rights.true
if the session has administrator rightsCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.