Uses of Class
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
Package
Description
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl
Modifier and TypeMethodDescriptionprotected List<DeploymentOperationStep>
RuntimeContainerDelegateImpl.getDeploymentSteps()
protected List<DeploymentOperationStep>
RuntimeContainerDelegateImpl.getUndeploymentSteps()
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment
Modifier and TypeClassDescriptionclass
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file.class
Deployment operation step that is responsible for starting all process engines declared in aList
ofProcessEngineXml
files.class
Deployment step responsible for creating individualDeployProcessArchiveStep
instances for each process archive configured in the META-INF/processes.xml file.class
Deployment operation step responsible for deploying a process archiveclass
class
class
Detects and parses all META-INF/processes.xml files within the process application and attaches the parsed Metadata to the operation context.class
Retrieves the List of ProcessEngines from an attachedProcessesXml
.class
Operation step responsible for invoking the @PostDeploy
method of a ProcessApplication class.class
Operation step responsible for invoking the @PreUndeploy
method of a ProcessApplication class.class
Retrieves the List of ProcessEngines from an attachedProcessesXml
.class
Deployment operation responsible for stopping all process engines started by the deployment.class
This deployment operation step starts anMBeanService
for the process application.class
Deployment operation step responsible for starting a managed process engine inside the runtime container.class
Deployment operations step responsible for removing theJmxManagedProcessApplication
service.class
Deployment operation step that is responsible for stopping (undeploying) all process applicationsclass
Deployment operation step that stops ALL process engines registered inside the container.class
Deployment operation responsible for undeploying all process archives.class
Deployment operation step responsible for performing the undeployment of a process archiveclass
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor
Modifier and TypeClassDescriptionclass
Deployment operation step responsible for starting a JobEexecutorclass
Deployment operation step responsible for starting the JobExecutorclass
Deployment operation step responsible for deploying a thread pool for the JobExecutorclass
Deployment operation step responsible for stopping all job acquisitionsclass
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.ejb.deployment
Modifier and TypeClassDescriptionclass
Deployment Step that reads the bpm-platform.xml from the classpathclass
Deployment operation responsible registering a service which represents a Proxy to the JCA-BackedExecutorService
class
Deployment operation responsible for stopping a service which represents a Proxy to the JCA-BackedExecutorService
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.spi
Modifier and TypeFieldDescriptionprotected DeploymentOperationStep
DeploymentOperation.currentStep
Modifier and TypeFieldDescriptionprotected List<DeploymentOperationStep>
DeploymentOperation.DeploymentOperationBuilder.steps
protected final List<DeploymentOperationStep>
DeploymentOperation.steps
the list of steps that make up this composite operationprotected final List<DeploymentOperationStep>
DeploymentOperation.successfulSteps
a list of steps that completed successfullyModifier and TypeMethodDescriptionvoid
DeploymentOperation.addStep
(DeploymentOperationStep step) Add a new atomic step to the composite operation.DeploymentOperation.DeploymentOperationBuilder.addStep
(DeploymentOperationStep step) Modifier and TypeMethodDescriptionDeploymentOperation.DeploymentOperationBuilder.addSteps
(Collection<DeploymentOperationStep> steps) ModifierConstructorDescriptionDeploymentOperation
(String name, PlatformServiceContainer container, List<DeploymentOperationStep> steps) -
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment
Modifier and TypeClassDescriptionclass
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.