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
-
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessApplicationInfoImpl
createProcessApplicationInfo
(AbstractProcessApplication processApplication, Map<String, DeployedProcessArchive> processArchiveDeploymentMap) getName()
protected void
notifyBpmPlatformPlugins
(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication) void
performOperationStep
(DeploymentOperation operationContext) Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
Constructor Details
-
StartProcessApplicationServiceStep
public StartProcessApplicationServiceStep()
-
-
Method Details
-
getName
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
createProcessApplicationInfo
protected ProcessApplicationInfoImpl createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String, DeployedProcessArchive> processArchiveDeploymentMap) -
notifyBpmPlatformPlugins
protected void notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)
-