Interface HostedService

All Superinterfaces:
ConnectionListener, Service<HostedServiceManager>
All Known Implementing Classes:
AbstractHostedConnectionService, AbstractHostedService, RmiHostedService, RpcHostedService, ServerSerializerRegistrationsService

public interface HostedService extends Service<HostedServiceManager>, ConnectionListener
Interface implemented by Server-side services that augment a network Server's functionality.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the service is first attached to the service manager.
    void
    Called when the service manager is started or if the service is added to an already started service manager.
    void
    Called when the service is shutting down.
    void
    The service manager is fully shutting down.

    Methods inherited from interface com.jme3.network.ConnectionListener

    connectionAdded, connectionRemoved
  • Method Details