org.camunda.bpm.container.impl.deployment
Class StopProcessApplicationsStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
public class StopProcessApplicationsStep
- extends DeploymentOperationStep
Deployment operation step that is responsible for stopping all process applications
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopProcessApplicationsStep
public StopProcessApplicationsStep()
getName
public String getName()
- Specified by:
getName in class DeploymentOperationStep
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep in class DeploymentOperationStep
stopProcessApplication
protected void stopProcessApplication(ProcessApplicationReference processApplicationReference)
Stops a process application. Exceptions are logged but not re-thrown).
- Parameters:
processApplicationReference -
Copyright © 2015 camunda services GmbH. All rights reserved.