Class JmxManagedProcessEngineController
java.lang.Object
org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineController
- All Implemented Interfaces:
JmxManagedProcessEngineMBean
,PlatformService<ProcessEngine>
public class JmxManagedProcessEngineController
extends JmxManagedProcessEngine
implements JmxManagedProcessEngineMBean
Represents a managed process engine that is started / stopped inside the MBeanServiceContainer
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
processEngine
-
Constructor Summary
ConstructorDescriptionJmxManagedProcessEngineController
(ProcessEngineConfiguration processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
start
(PlatformServiceContainer contanier) void
stop
(PlatformServiceContainer container) Methods inherited from class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
getName, getProcessEngine, getRegisteredDeployments, getValue, registerDeployment, reportDbMetrics, unregisterDeployment
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineMBean
getName, getRegisteredDeployments, registerDeployment, reportDbMetrics, unregisterDeployment
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
JmxManagedProcessEngineController
-
-
Method Details
-
start
- Specified by:
start
in interfacePlatformService<ProcessEngine>
- Overrides:
start
in classJmxManagedProcessEngine
-
stop
- Specified by:
stop
in interfacePlatformService<ProcessEngine>
- Overrides:
stop
in classJmxManagedProcessEngine
-