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

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
      extended by org.camunda.bpm.container.impl.jmx.deployment.PostDeployInvocationStep

public class PostDeployInvocationStep
extends MBeanDeploymentOperationStep

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

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
LOGGER
 
Constructor Summary
PostDeployInvocationStep()
           
 
Method Summary
 String getName()
           
 void performOperationStep(MBeanDeploymentOperation operationContext)
           
 
Methods inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
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 MBeanDeploymentOperationStep

performOperationStep

public void performOperationStep(MBeanDeploymentOperation operationContext)
Specified by:
performOperationStep in class MBeanDeploymentOperationStep


Copyright © 2014 camunda services GmbH. All Rights Reserved.