public class CoreServiceImpl extends AbstractService implements CoreService
logger
Constructor and Description |
---|
CoreServiceImpl(java.lang.instrument.Instrumentation instrumentation) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
InstrumentationProxy |
getInstrumentation() |
boolean |
isEnabled()
Is the service enabled.
|
void |
shutdownAsync() |
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stop
public CoreServiceImpl(java.lang.instrument.Instrumentation instrumentation)
protected void doStart()
doStart
in class AbstractService
protected void doStop()
doStop
in class AbstractService
public void shutdownAsync()
shutdownAsync
in interface CoreService
public boolean isEnabled()
Service
public InstrumentationProxy getInstrumentation()
getInstrumentation
in interface CoreService