|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nu.dll.lyskom.DynamicSessionInfo
This handles the LysKOM datatype Dynamic-Session-Info, which contains information about sessions that might be changed over time (such as current conference and what-am-i-doing).
Field Summary | |
nu.dll.lyskom.Bitstring |
flags
|
int |
idleTime
|
int |
person
|
int |
session
|
byte[] |
whatAmIDoing
|
int |
workingConference
|
Method Summary | |
nu.dll.lyskom.Bitstring |
getFlags()
Returns the session flags (see spec elsewhere) |
int |
getIdleTime()
Returns the number of seconds this session has been idle |
int |
getPerson()
Returns the person number logged in into this session |
int |
getSession()
Returns the session number for this session |
byte[] |
getWhatAmIDoing()
Returns what the session's client has reported as what-i-am-doing. |
java.lang.String |
getWhatAmIDoingString()
Translated the result from getWhatAmIDoing() into a String according to the current platform's default character encoding. |
int |
getWorkingConference()
Returns the current working conference for this session |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int session
public int person
public int workingConference
public int idleTime
public nu.dll.lyskom.Bitstring flags
public byte[] whatAmIDoing
Method Detail |
public int getSession()
public int getPerson()
public int getWorkingConference()
public int getIdleTime()
public nu.dll.lyskom.Bitstring getFlags()
public byte[] getWhatAmIDoing()
public java.lang.String getWhatAmIDoingString()
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |