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

java.lang.Object
  extended by org.camunda.bpm.container.impl.spi.DeploymentOperationStep
      extended by org.camunda.bpm.container.impl.deployment.StopProcessApplicationServiceStep

public class StopProcessApplicationServiceStep
extends DeploymentOperationStep

Deployment operations step responsible for removing the JmxManagedProcessApplication service.

Author:
Daniel Meyer

Constructor Summary
StopProcessApplicationServiceStep()
           
 
Method Summary
 String getName()
           
 void performOperationStep(DeploymentOperation operationContext)
           
 
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

StopProcessApplicationServiceStep

public StopProcessApplicationServiceStep()
Method Detail

getName

public String getName()
Specified by:
getName in class DeploymentOperationStep

performOperationStep

public void performOperationStep(DeploymentOperation operationContext)
Specified by:
performOperationStep in class DeploymentOperationStep


Copyright © 2017 camunda services GmbH. All rights reserved.