Class StartProcessApplicationServiceStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.StartProcessApplicationServiceStep
This deployment operation step starts an MBeanService for the process application.
- Author:
 - Daniel Meyer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessApplicationInfoImplcreateProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String, DeployedProcessArchive> processArchiveDeploymentMap) getName()protected voidnotifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication) voidperformOperationStep(DeploymentOperation operationContext) Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep 
- 
Constructor Details
- 
StartProcessApplicationServiceStep
public StartProcessApplicationServiceStep() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein classDeploymentOperationStep
 - 
performOperationStep
- Specified by:
 performOperationStepin classDeploymentOperationStep
 - 
createProcessApplicationInfo
protected ProcessApplicationInfoImpl createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String, DeployedProcessArchive> processArchiveDeploymentMap)  - 
notifyBpmPlatformPlugins
protected void notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)  
 -