public class JmxManagedProcessEngineController extends JmxManagedProcessEngine implements JmxManagedProcessEngineMBean
Represents a managed process engine that is started / stopped inside the MBeanServiceContainer
Modifier and Type | Field and Description |
---|---|
protected ProcessEngineConfiguration |
processEngineConfiguration |
processEngine
Constructor and Description |
---|
JmxManagedProcessEngineController(ProcessEngineConfiguration processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
start(PlatformServiceContainer contanier) |
void |
stop(PlatformServiceContainer container) |
getName, getProcessEngine, getRegisteredDeployments, getValue, registerDeployment, reportDbMetrics, unregisterDeployment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getRegisteredDeployments, registerDeployment, reportDbMetrics, unregisterDeployment
protected ProcessEngineConfiguration processEngineConfiguration
public JmxManagedProcessEngineController(ProcessEngineConfiguration processEngineConfiguration)
public void start(PlatformServiceContainer contanier)
start
in interface PlatformService<ProcessEngine>
start
in class JmxManagedProcessEngine
public void stop(PlatformServiceContainer container)
stop
in interface PlatformService<ProcessEngine>
stop
in class JmxManagedProcessEngine
Copyright © 2022. All rights reserved.