org.camunda.bpm.container.impl.deployment
Class ProcessesXmlStopProcessEnginesStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
public class ProcessesXmlStopProcessEnginesStep
- extends DeploymentOperationStep
Deployment operation responsible for stopping all process engines started by the deployment.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessesXmlStopProcessEnginesStep
public ProcessesXmlStopProcessEnginesStep()
getName
public String getName()
- Specified by:
getName in class DeploymentOperationStep
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep in class DeploymentOperationStep
stopProcessEngines
protected void stopProcessEngines(List<ProcessEngineXml> processEngine,
DeploymentOperation operationContext)
stopProcessEngine
protected void stopProcessEngine(String processEngineName,
DeploymentOperation operationContext)
Copyright © 2017 camunda services GmbH. All rights reserved.