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, getServer
getService, getServiceManager, initialize, stop, terminate, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, stop, terminate
public ServerSerializerRegistrationsService()
protected void onInitialize(HostedServiceManager serviceManager)
AbstractService
onInitialize
in class AbstractService<HostedServiceManager>
public void start()
AbstractService
start
in interface HostedService
start
in interface Service<HostedServiceManager>
start
in class AbstractService<HostedServiceManager>
public void connectionAdded(Server server, HostedConnection hc)
AbstractHostedService
connectionAdded
in interface ConnectionListener
connectionAdded
in class AbstractHostedService