org.camunda.bpm.container.impl.deployment
Class StopProcessApplicationsStep

java.lang.Object
  extended by org.camunda.bpm.container.impl.spi.DeploymentOperationStep
      extended by 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
StopProcessApplicationsStep()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopProcessApplicationsStep

public StopProcessApplicationsStep()
Method Detail

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 © 2017 camunda services GmbH. All rights reserved.