|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.collab.ConferenceHistory
This class should be used to convey the parameters desired for getting the message history for the conference room. The server will return the messages which satifies all the criteria specified in this class.
Constructor Summary | |
ConferenceHistory()
|
Method Summary | |
int |
getMaxMessages()
The maximum number of history messages to be retrieved |
int |
getSeconds()
The method should be used to reuqest the history in last X seconds |
java.util.Date |
getSince()
The date since which the history is requested |
void |
setMaxMessages(int maxMessages)
The maximum number of history messages to be retrieved |
void |
setSeconds(int X)
The method should be used to reuqest the history in last X seconds |
void |
setSince(java.util.Date since)
The date since which the history is requested |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConferenceHistory()
Method Detail |
public int getMaxMessages()
public void setMaxMessages(int maxMessages)
maxMessages
- The maximum nuber of messages.public java.util.Date getSince()
public void setSince(java.util.Date since)
public int getSeconds()
public void setSeconds(int X)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |