org.camunda.bpm.container.impl.deployment.jobexecutor
Class StopJobExecutorStep

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

public class StopJobExecutorStep
extends DeploymentOperationStep

Deployment operation step responsible for stopping all job acquisitions

Author:
Daniel Meyer

Field Summary
protected static ContainerIntegrationLogger LOG
           
 
Constructor Summary
StopJobExecutorStep()
           
 
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
 

Field Detail

LOG

protected static final ContainerIntegrationLogger LOG
Constructor Detail

StopJobExecutorStep

public StopJobExecutorStep()
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 © 2015 camunda services GmbH. All rights reserved.