|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.adm.ClientInformation
public class ClientInformation
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 |
---|
public String getHost()
public String getUser()
public String getOs()
public String getPid()
public Data getContext()
public double getConnectionTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |