Class ServerSerializerRegistrationsService
java.lang.Object
com.jme3.network.service.AbstractService<HostedServiceManager>
com.jme3.network.service.AbstractHostedService
com.jme3.network.service.serializer.ServerSerializerRegistrationsService
- All Implemented Interfaces:
- ConnectionListener,- HostedService,- Service<HostedServiceManager>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconnectionAdded(Server server, HostedConnection hc) Default implementation does nothing.protected voidonInitialize(HostedServiceManager serviceManager) Called during initialize() for the subclass to perform implementation specific initialization.voidstart()Default implementation does nothing.Methods inherited from class com.jme3.network.service.AbstractHostedServiceconnectionRemoved, getServerMethods inherited from class com.jme3.network.service.AbstractServicegetService, getServiceManager, initialize, stop, terminate, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.jme3.network.service.HostedServiceinitialize, stop, terminate
- 
Constructor Details- 
ServerSerializerRegistrationsServicepublic ServerSerializerRegistrationsService()
 
- 
- 
Method Details- 
onInitializeDescription copied from class:AbstractServiceCalled during initialize() for the subclass to perform implementation specific initialization.- Specified by:
- onInitializein class- AbstractService<HostedServiceManager>
 
- 
startpublic void start()Description copied from class:AbstractServiceDefault implementation does nothing. Implementations can override this to perform custom startup behavior.- Specified by:
- startin interface- HostedService
- Specified by:
- startin interface- Service<HostedServiceManager>
- Overrides:
- startin class- AbstractService<HostedServiceManager>
 
- 
connectionAddedDescription copied from class:AbstractHostedServiceDefault implementation does nothing. Implementations can override this to perform custom new connection behavior.- Specified by:
- connectionAddedin interface- ConnectionListener
- Overrides:
- connectionAddedin class- AbstractHostedService
 
 
-