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

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

public class ApplicationCommsRequestProcessor
extends java.lang.Object
implements ServerMessageProcessor

The Class ApplicationCommsRequestProcessor.


Constructor Summary
ApplicationCommsRequestProcessor()
           
 
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

ApplicationCommsRequestProcessor

public ApplicationCommsRequestProcessor()
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.