synergynetframework.appsystem.services.net.tablecomms.server
Interface ServerMessageProcessor

All Known Implementing Classes:
ApplicationCommsRequestProcessor, TableJoinRequestProcessor, TableStatusRequestProcessor

public interface ServerMessageProcessor

The Interface ServerMessageProcessor.


Method Summary
 void handle(TableCommsServerService server, ConnectionHandler fromHandler, TableMessage obj)
          Handle.
 

Method Detail

handle

void handle(TableCommsServerService server,
            ConnectionHandler fromHandler,
            TableMessage obj)
            throws java.io.IOException
Handle.

Parameters:
server - the server
fromHandler - the from handler
obj - the obj
Throws:
java.io.IOException - Signals that an I/O exception has occurred.