public class EnvironmentServiceImpl extends AbstractService implements EnvironmentService
logger| Constructor and Description |
|---|
EnvironmentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
Environment |
getEnvironment()
Get the application server environment.
|
int |
getProcessPID()
Get the process id.
|
boolean |
isEnabled()
Is the service enabled.
|
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stopprotected void doStart()
doStart in class AbstractServiceprotected void doStop()
doStop in class AbstractServicepublic boolean isEnabled()
Servicepublic int getProcessPID()
EnvironmentServicegetProcessPID in interface EnvironmentServicepublic Environment getEnvironment()
EnvironmentServicegetEnvironment in interface EnvironmentService