cern.cmw.adm
Class ClientInformation

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

public class ClientInformation
extends Object

A wrapper class for the admin::ConnectionAdmin::ClientInformation structure.


Method Summary
 double getConnectionTime()
          Returns the time when the client connected to the server (msec since midnight, January 1, 1970 UTC).
 Data getContext()
          Returns the client context data.
 String getHost()
          Returns the client host name.
 String getOs()
          Returns the client OS name.
 String getPid()
          Returns the client process ID as a string.
 String getUser()
          Returns the client user name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHost

public String getHost()
Returns the client host name.


getUser

public String getUser()
Returns the client user name.


getOs

public String getOs()
Returns the client OS name.


getPid

public String getPid()
Returns the client process ID as a string.


getContext

public Data getContext()
Returns the client context data.


getConnectionTime

public double getConnectionTime()
Returns the time when the client connected to the server (msec since midnight, January 1, 1970 UTC).



Copyright © 2007 CERN. All Rights Reserved.