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

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
      extended by org.camunda.bpm.container.impl.jmx.deployment.ProcessesXmlStopProcessEnginesStep

public class ProcessesXmlStopProcessEnginesStep
extends MBeanDeploymentOperationStep

Deployment operation responsible for stopping all process engines started by the deployment.

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
LOGGER
 
Constructor Summary
ProcessesXmlStopProcessEnginesStep()
           
 
Method Summary
 String getName()
           
 void performOperationStep(MBeanDeploymentOperation operationContext)
           
protected  void stopProcessEngine(String processEngineName, MBeanDeploymentOperation operationContext)
           
protected  void stopProcessEngines(List<ProcessEngineXml> processEngine, 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

ProcessesXmlStopProcessEnginesStep

public ProcessesXmlStopProcessEnginesStep()
Method Detail

getName

public String getName()
Specified by:
getName in class MBeanDeploymentOperationStep

performOperationStep

public void performOperationStep(MBeanDeploymentOperation operationContext)
Specified by:
performOperationStep in class MBeanDeploymentOperationStep

stopProcessEngines

protected void stopProcessEngines(List<ProcessEngineXml> processEngine,
                                  MBeanDeploymentOperation operationContext)

stopProcessEngine

protected void stopProcessEngine(String processEngineName,
                                 MBeanDeploymentOperation operationContext)


Copyright © 2014 camunda services GmbH. All Rights Reserved.