Uses of Class
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return types with arguments of type DeploymentOperationStep Modifier and Type Method Description protected java.util.List<DeploymentOperationStep>RuntimeContainerDelegateImpl. getDeploymentSteps()protected java.util.List<DeploymentOperationStep>RuntimeContainerDelegateImpl. getUndeploymentSteps() -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment Modifier and Type Class Description classAbstractParseBpmPlatformXmlStepDeployment operation step responsible for parsing and attaching the bpm-platform.xml file.classAbstractStartProcessEnginesStepDeployment operation step that is responsible for starting all process engines declared in aListofProcessEngineXmlfiles.classDeployProcessArchivesStepDeployment step responsible for creating individualDeployProcessArchiveStepinstances for each process archive configured in the META-INF/processes.xml file.classDeployProcessArchiveStepDeployment operation step responsible for deploying a process archiveclassDiscoverBpmPlatformPluginsStepclassNotifyPostProcessApplicationUndeployedStepclassParseProcessesXmlStepDetects and parses all META-INF/processes.xml files within the process application and attaches the parsed Metadata to the operation context.classPlatformXmlStartProcessEnginesStepRetrieves the List of ProcessEngines from an attachedProcessesXml.classPostDeployInvocationStepOperation step responsible for invoking the @PostDeploymethod of a ProcessApplication class.classPreUndeployInvocationStepOperation step responsible for invoking the @PreUndeploymethod of a ProcessApplication class.classProcessesXmlStartProcessEnginesStepRetrieves the List of ProcessEngines from an attachedProcessesXml.classProcessesXmlStopProcessEnginesStepDeployment operation responsible for stopping all process engines started by the deployment.classStartProcessApplicationServiceStepThis deployment operation step starts anMBeanServicefor the process application.classStartProcessEngineStepDeployment operation step responsible for starting a managed process engine inside the runtime container.classStopProcessApplicationServiceStepDeployment operations step responsible for removing theJmxManagedProcessApplicationservice.classStopProcessApplicationsStepDeployment operation step that is responsible for stopping (undeploying) all process applicationsclassStopProcessEnginesStepDeployment operation step that stops ALL process engines registered inside the container.classUndeployProcessArchivesStepDeployment operation responsible for undeploying all process archives.classUndeployProcessArchiveStepDeployment operation step responsible for performing the undeployment of a process archiveclassUnregisterBpmPlatformPluginsStep -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor Modifier and Type Class Description classStartJobAcquisitionStepDeployment operation step responsible for starting a JobEexecutorclassStartJobExecutorStepDeployment operation step responsible for starting the JobExecutorclassStartManagedThreadPoolStepDeployment operation step responsible for deploying a thread pool for the JobExecutorclassStopJobExecutorStepDeployment operation step responsible for stopping all job acquisitionsclassStopManagedThreadPoolStep -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.ejb.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.ejb.deployment Modifier and Type Class Description classEjbJarParsePlatformXmlStepDeployment Step that reads the bpm-platform.xml from the classpathclassEjbPlatformXmlStartProcessEnginesStepclassEjbStartProcessEngineStepAdds an additional configuration before the engine is builtclassStartJcaExecutorServiceStepDeployment operation responsible registering a service which represents a Proxy to the JCA-BackedExecutorServiceclassStopJcaExecutorServiceStepDeployment operation responsible for stopping a service which represents a Proxy to the JCA-BackedExecutorService -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.spi
Fields in org.camunda.bpm.container.impl.spi declared as DeploymentOperationStep Modifier and Type Field Description protected DeploymentOperationStepDeploymentOperation. currentStepFields in org.camunda.bpm.container.impl.spi with type parameters of type DeploymentOperationStep Modifier and Type Field Description protected java.util.List<DeploymentOperationStep>DeploymentOperation.DeploymentOperationBuilder. stepsprotected java.util.List<DeploymentOperationStep>DeploymentOperation. stepsthe list of steps that make up this composite operationprotected java.util.List<DeploymentOperationStep>DeploymentOperation. successfulStepsa list of steps that completed successfullyMethods in org.camunda.bpm.container.impl.spi with parameters of type DeploymentOperationStep Modifier and Type Method Description voidDeploymentOperation. addStep(DeploymentOperationStep step)Add a new atomic step to the composite operation.DeploymentOperation.DeploymentOperationBuilderDeploymentOperation.DeploymentOperationBuilder. addStep(DeploymentOperationStep step)Method parameters in org.camunda.bpm.container.impl.spi with type arguments of type DeploymentOperationStep Modifier and Type Method Description DeploymentOperation.DeploymentOperationBuilderDeploymentOperation.DeploymentOperationBuilder. addSteps(java.util.Collection<DeploymentOperationStep> steps)Constructor parameters in org.camunda.bpm.container.impl.spi with type arguments of type DeploymentOperationStep Constructor Description DeploymentOperation(java.lang.String name, PlatformServiceContainer container, java.util.List<DeploymentOperationStep> steps) -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment Modifier and Type Class Description classTomcatParseBpmPlatformXmlStepThis deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
-