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

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

public class StartProcessApplicationServiceStep
extends DeploymentOperationStep

This deployment operation step starts an MBeanService for the process application.

Author:
Daniel Meyer

Constructor Summary
StartProcessApplicationServiceStep()
           
 
Method Summary
protected  ProcessApplicationInfoImpl createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
           
 String getName()
           
protected  void notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)
           
 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

StartProcessApplicationServiceStep

public StartProcessApplicationServiceStep()
Method Detail

getName

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

performOperationStep

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

createProcessApplicationInfo

protected ProcessApplicationInfoImpl createProcessApplicationInfo(AbstractProcessApplication processApplication,
                                                                  Map<String,DeployedProcessArchive> processArchiveDeploymentMap)

notifyBpmPlatformPlugins

protected void notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer,
                                        AbstractProcessApplication processApplication)


Copyright © 2017 camunda services GmbH. All rights reserved.