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 (undeploying) all process applications
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description StopProcessApplicationsStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
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
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
stopProcessApplication
protected void stopProcessApplication(ProcessApplicationReference processApplicationReference)
Stops a process application. Exceptions are logged but not re-thrown).
- Parameters:
processApplicationReference
-
-
-