Class StopProcessApplicationsStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
Deployment operation step that is responsible for stopping (undeploying) all process applications
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
performOperationStep
(DeploymentOperation operationContext) protected void
stopProcessApplication
(ProcessApplicationReference processApplicationReference) Stops a process application.Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
Constructor Details
-
StopProcessApplicationsStep
public StopProcessApplicationsStep()
-
-
Method Details
-
getName
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
stopProcessApplication
Stops a process application. Exceptions are logged but not re-thrown).
- Parameters:
processApplicationReference
-
-