|
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.UConference
An UConference is a minimalistic set of status information about a conference, such as it's name and type. Usually used for situations where you don't need the full status of a conference for a task.
Method Summary | |
int |
getHighestLocalNo()
Returns the highest local text number in this conference. |
byte[] |
getName()
Returns the name of this conference. |
int |
getNice()
Returns the "garb-nice" time for this conference - ie. how long unmarked texts are kept before being garbage collected by the server. |
int |
getNo()
Returns the conference number this UConference represents. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getNo()
public int getHighestLocalNo()
public byte[] getName()
public int getNice()
public java.lang.String toString()
toString
in class java.lang.Object
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |