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.
|
getClient
getService, getServiceManager, initialize, start, stop, terminate, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, start, stop, terminate
public ClientSerializerRegistrationsService()
protected void onInitialize(ClientServiceManager serviceManager)
AbstractService
onInitialize
in class AbstractService<ClientServiceManager>
public void messageReceived(Client source, Message m)
messageReceived
in interface MessageListener<Client>