synergynetframework.appsystem.services.net.tablecomms.server.processors
Class TableJoinRequestProcessor

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.server.processors.TableJoinRequestProcessor
All Implemented Interfaces:
ServerMessageProcessor

public class TableJoinRequestProcessor
extends java.lang.Object
implements ServerMessageProcessor

The Class TableJoinRequestProcessor.


Constructor Summary
TableJoinRequestProcessor()
           
 
Method Summary
 void handle(TableCommsServerService server, ConnectionHandler fromHandler, TableMessage obj)
          Handle.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableJoinRequestProcessor

public TableJoinRequestProcessor()
Method Detail

handle

public void handle(TableCommsServerService server,
                   ConnectionHandler fromHandler,
                   TableMessage obj)
            throws java.io.IOException
Description copied from interface: ServerMessageProcessor
Handle.

Specified by:
handle in interface ServerMessageProcessor
Parameters:
server - the server
fromHandler - the from handler
obj - the obj
Throws:
java.io.IOException - Signals that an I/O exception has occurred.