All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Thread
|
+----COM.roguewave.jchat.Dispatcher
The Dispatcher class represents a class which keeps track of multiple socket Connections. The processCommandSet should be overridden to provide a means of receiving a command set from a Connection and then notifying the necessary objects that are added to the Dispatcher through the addObjectToNotify method.
protected Hashtable connections_
public Dispatcher()
public synchronized void addConnection(Connection aConnection)
public synchronized abstract void addObjectToNotify(String index,
Object aObject)
public synchronized abstract void processCommand(String command[])
All Packages Class Hierarchy This Package Previous Next Index