Interface ClientService

All Superinterfaces:
Service<ClientServiceManager>
All Known Implementing Classes:
AbstractClientService, ClientSerializerRegistrationsService, RmiClientService, RpcClientService

public interface ClientService extends Service<ClientServiceManager>
Interface implemented by Client-side services that augment a network Client'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.
  • Method Details