public class ServerSerializerRegistrationsService extends AbstractHostedService
| Constructor and Description | 
|---|
ServerSerializerRegistrationsService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
connectionAdded(Server server,
               HostedConnection hc)
Default implementation does nothing. 
 | 
protected void | 
onInitialize(HostedServiceManager serviceManager)
Called during initialize() for the subclass to perform
  implementation specific initialization. 
 | 
void | 
start()
Default implementation does nothing. 
 | 
connectionRemoved, getServergetService, getServiceManager, initialize, stop, terminate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitialize, stop, terminatepublic ServerSerializerRegistrationsService()
protected void onInitialize(HostedServiceManager serviceManager)
AbstractServiceonInitialize in class AbstractService<HostedServiceManager>public void start()
AbstractServicestart in interface HostedServicestart in interface Service<HostedServiceManager>start in class AbstractService<HostedServiceManager>public void connectionAdded(Server server, HostedConnection hc)
AbstractHostedServiceconnectionAdded in interface ConnectionListenerconnectionAdded in class AbstractHostedService