|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscript
public class ChatTranscript
A single chat transcript mapped to one JID.
Constructor Summary | |
---|---|
ChatTranscript()
|
Method Summary | |
---|---|
void |
addHistoryMessage(HistoryMessage entry)
Add a HistoryMessage to users chat transcript. |
java.util.List<HistoryMessage> |
getMessages()
Returns all messages. |
java.util.Collection |
getNumberOfEntries(int number)
Returns a specified number of messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChatTranscript()
Method Detail |
---|
public void addHistoryMessage(HistoryMessage entry)
HistoryMessage
to users chat transcript.
entry
- the HistoryMessage to add.public java.util.List<HistoryMessage> getMessages()
public java.util.Collection getNumberOfEntries(int number)
number
- the number of messages to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |