public class ClientSerializerRegistrationsService extends AbstractClientService implements MessageListener<Client>
| Constructor and Description | 
|---|
ClientSerializerRegistrationsService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
messageReceived(Client source,
               Message m)  | 
protected void | 
onInitialize(ClientServiceManager serviceManager)
Called during initialize() for the subclass to perform
  implementation specific initialization. 
 | 
getClientgetService, getServiceManager, initialize, start, stop, terminate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitialize, start, stop, terminatepublic ClientSerializerRegistrationsService()
protected void onInitialize(ClientServiceManager serviceManager)
AbstractServiceonInitialize in class AbstractService<ClientServiceManager>public void messageReceived(Client source, Message m)
messageReceived in interface MessageListener<Client>