public class NoopService extends AbstractService
logger| Constructor and Description |
|---|
NoopService(java.lang.String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
boolean |
isEnabled()
Is the service enabled.
|
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stoppublic final boolean isEnabled()
Servicetrue if the service is enabledprotected final void doStart()
throws java.lang.Exception
doStart in class AbstractServicejava.lang.Exceptionprotected final void doStop()
throws java.lang.Exception
doStop in class AbstractServicejava.lang.Exception