Class StartProcessApplicationServiceStep
- java.lang.Object
-
- org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
- 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
Constructors Constructor Description StartProcessApplicationServiceStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
createProcessApplicationInfo
protected ProcessApplicationInfoImpl createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
-
notifyBpmPlatformPlugins
protected void notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)
-
-