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(MBeanServiceContainer contanier) |
void |
stop(MBeanServiceContainer container) |
getName, getProcessEngine, getRegisteredDeployments, getValue, registerDeployment, unregisterDeployment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getRegisteredDeployments, registerDeployment, unregisterDeployment
protected ProcessEngineConfiguration processEngineConfiguration
public JmxManagedProcessEngineController(ProcessEngineConfiguration processEngineConfiguration)
public void start(MBeanServiceContainer contanier)
start
in interface MBeanService<ProcessEngine>
start
in class JmxManagedProcessEngine
public void stop(MBeanServiceContainer container)
stop
in interface MBeanService<ProcessEngine>
stop
in class JmxManagedProcessEngine
Copyright © 2015. All rights reserved.