public class StopProcessApplicationsStep extends DeploymentOperationStep
Deployment operation step that is responsible for stopping (undeploying) all process applications
Constructor and Description |
---|
StopProcessApplicationsStep() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
performOperationStep(DeploymentOperation operationContext) |
protected void |
stopProcessApplication(ProcessApplicationReference processApplicationReference)
Stops a process application.
|
cancelOperationStep
public String getName()
getName
in class DeploymentOperationStep
public void performOperationStep(DeploymentOperation operationContext)
performOperationStep
in class DeploymentOperationStep
protected void stopProcessApplication(ProcessApplicationReference processApplicationReference)
Stops a process application. Exceptions are logged but not re-thrown).
processApplicationReference
- Copyright © 2022. All rights reserved.