public interface ClientService extends Service<ClientServiceManager>
| Modifier and Type | Method and Description | 
|---|---|
| void | initialize(ClientServiceManager serviceManager)Called when the service is first attached to the service
  manager. | 
| void | start()Called when the service manager is started or if the 
  service is added to an already started service manager. | 
| void | stop()Called when the service is shutting down. | 
| void | terminate(ClientServiceManager serviceManager)The service manager is fully shutting down. | 
void initialize(ClientServiceManager serviceManager)
initialize in interface Service<ClientServiceManager>void start()
start in interface Service<ClientServiceManager>void stop()
stop in interface Service<ClientServiceManager>void terminate(ClientServiceManager serviceManager)
terminate in interface Service<ClientServiceManager>