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

Packages that use ServerMessageProcessor
synergynetframework.appsystem.services.net.tablecomms.server   
synergynetframework.appsystem.services.net.tablecomms.server.processors   
 

Uses of ServerMessageProcessor in synergynetframework.appsystem.services.net.tablecomms.server
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server that return ServerMessageProcessor
 ServerMessageProcessor TableCommsServerService.getProcessor(java.lang.String classname)
          Gets the processor.
 ServerMessageProcessor TableCommsServerService.getProcessor(TableMessage msg)
          Gets the processor.
 

Uses of ServerMessageProcessor in synergynetframework.appsystem.services.net.tablecomms.server.processors
 

Classes in synergynetframework.appsystem.services.net.tablecomms.server.processors that implement ServerMessageProcessor
 class ApplicationCommsRequestProcessor
          The Class ApplicationCommsRequestProcessor.
 class TableJoinRequestProcessor
          The Class TableJoinRequestProcessor.
 class TableStatusRequestProcessor
          The Class TableStatusRequestProcessor.