|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.samples.chat.server.ChatStore
Field Summary | |
protected static org.jboss.logging.Logger |
log
|
Constructor Summary | |
ChatStore()
|
Method Summary | |
void |
addChat(ExtendedChatInfo eci)
|
ExtendedChatInfo |
getChat(java.lang.String key)
|
java.util.Collection |
getChatKeySet()
|
ShutDownGate |
getShutDownGate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.jboss.logging.Logger log
Constructor Detail |
public ChatStore()
Method Detail |
public ShutDownGate getShutDownGate()
public void addChat(ExtendedChatInfo eci) throws ShuttingDownException
ShuttingDownException
public ExtendedChatInfo getChat(java.lang.String key) throws ShuttingDownException
ShuttingDownException
public java.util.Collection getChatKeySet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |