|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.joctopus.ui.joctopus.ChatCache
public class ChatCache
This class stores the chat history of entire users.
Field Summary | |
---|---|
static java.util.Vector<ChatHistory> |
vChatHistory
chat history for each users. |
Constructor Summary | |
---|---|
ChatCache()
|
Method Summary | |
---|---|
static void |
clearHistory(Users user)
clears the chat history for the given user. |
static ChatHistory |
findHistory(Users user)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Vector<ChatHistory> vChatHistory
Constructor Detail |
---|
public ChatCache()
Method Detail |
---|
public static ChatHistory findHistory(Users user)
user
- user for which to find ChatHistory
public static void clearHistory(Users user)
user
- user Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |