org.jboss.remoting.samples.chat.server
Class ChatStore

java.lang.Object
  extended by org.jboss.remoting.samples.chat.server.ChatStore
All Implemented Interfaces:
java.io.Serializable

public class ChatStore
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

log

protected static final org.jboss.logging.Logger log
Constructor Detail

ChatStore

public ChatStore()
Method Detail

getShutDownGate

public ShutDownGate getShutDownGate()

addChat

public void addChat(ExtendedChatInfo eci)
             throws ShuttingDownException
Throws:
ShuttingDownException

getChat

public ExtendedChatInfo getChat(java.lang.String key)
                         throws ShuttingDownException
Throws:
ShuttingDownException

getChatKeySet

public java.util.Collection getChatKeySet()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.