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

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

public class PostDeployInvocationStep
extends DeploymentOperationStep

Operation step responsible for invoking the @PostDeploy method of a ProcessApplication class.

Author:
Daniel Meyer

Constructor Summary
PostDeployInvocationStep()
           
 
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

PostDeployInvocationStep

public PostDeployInvocationStep()
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.