Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class UConference

java.lang.Object
  |
  +--nu.dll.lyskom.UConference

public class UConference
extends java.lang.Object

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

getNo

public int getNo()
Returns the conference number this UConference represents.


getHighestLocalNo

public int getHighestLocalNo()
Returns the highest local text number in this conference.


getName

public byte[] getName()
Returns the name of this conference.


getNice

public int getNice()
Returns the "garb-nice" time for this conference - ie. how long unmarked texts are kept before being garbage collected by the server.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright © Rasmus Sten and contributors, 1997-2004