public abstract class AbstractClientService extends AbstractService<ClientServiceManager> implements ClientService
Modifier | Constructor and Description |
---|---|
protected |
AbstractClientService() |
Modifier and Type | Method and Description |
---|---|
protected Client |
getClient()
Returns the client for this client service or null if
the service is not yet attached.
|
getService, getServiceManager, initialize, onInitialize, start, stop, terminate, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, start, stop, terminate
protected Client getClient()