public class JfrService extends AbstractService
logger| Constructor and Description |
|---|
JfrService(JfrConfig jfrConfig,
AgentConfig defaultAgentConfig) |
| 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 JfrService(JfrConfig jfrConfig, AgentConfig defaultAgentConfig)
protected void doStart()
doStart in class AbstractServicepublic final boolean isEnabled()
Servicetrue if the service is enabledprotected void doStop()
doStop in class AbstractService