cern.cmw.adm
Class ServerInformation

java.lang.Object
  extended by cern.cmw.adm.ServerInformation

public class ServerInformation
extends Object

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

getName

public String getName()
Returns the server name.


getHost

public String getHost()
Returns the server host name.


getOs

public String getOs()
Returns the server OS name.


getUser

public String getUser()
Returns the name of the user who runs the server.


getStartTime

public double getStartTime()
Returns the server startup time (msec since midnight, January 1, 1970 UTC).


getPid

public String getPid()
Returns the stringified server process ID.



Copyright © 2007 CERN. All Rights Reserved.