|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.adm.ServerInformation
public class ServerInformation
A wrapper class for the admin::ServerAdmin::ServerInformation structure.
Method Summary | |
---|---|
String |
getHost()
Returns the server host name. |
String |
getName()
Returns the server name. |
String |
getOs()
Returns the server OS name. |
String |
getPid()
Returns the stringified server process ID. |
double |
getStartTime()
Returns the server startup time (msec since midnight, January 1, 1970 UTC). |
String |
getUser()
Returns the name of the user who runs the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public String getHost()
public String getOs()
public String getUser()
public double getStartTime()
public String getPid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |