org.camunda.bpm.container.impl.jmx.deployment
Class AbstractStartProcessEnginesStep
java.lang.Object
org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
org.camunda.bpm.container.impl.jmx.deployment.AbstractStartProcessEnginesStep
- Direct Known Subclasses:
- PlatformXmlStartProcessEnginesStep, ProcessesXmlStartProcessEnginesStep
public abstract class AbstractStartProcessEnginesStep
- extends MBeanDeploymentOperationStep
Deployment operation step that is responsible for starting all process
engines declared in a List of ProcessEngineXml files.
This step does not start the process engines directly but rather creates
individual StartProcessEngineStep instances that each start a process
engine.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStartProcessEnginesStep
public AbstractStartProcessEnginesStep()
getName
public String getName()
- Specified by:
getName in class MBeanDeploymentOperationStep
performOperationStep
public void performOperationStep(MBeanDeploymentOperation operationContext)
- Specified by:
performOperationStep in class MBeanDeploymentOperationStep
getProcessEnginesXmls
protected abstract List<ProcessEngineXml> getProcessEnginesXmls(MBeanDeploymentOperation operationContext)
Copyright © 2014 camunda services GmbH. All Rights Reserved.