org.camunda.bpm.container.impl.jmx.deployment
Class AbstractStartProcessEnginesStep

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
      extended by 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

Field Summary
 
Fields inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
LOGGER
 
Constructor Summary
AbstractStartProcessEnginesStep()
           
 
Method Summary
 String getName()
           
protected abstract  List<ProcessEngineXml> getProcessEnginesXmls(MBeanDeploymentOperation operationContext)
           
 void performOperationStep(MBeanDeploymentOperation operationContext)
           
 
Methods inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
cancelOperationStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStartProcessEnginesStep

public AbstractStartProcessEnginesStep()
Method Detail

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.