Modifier and Type | Class and Description |
---|---|
class |
EjbJarParsePlatformXmlStep
Deployment Step that reads the bpm-platform.xml from the classpath
|
class |
StartJcaExecutorServiceStep
Deployment operation responsible registering a service which represents a Proxy to the
JCA-Backed
ExecutorService |
class |
StopJcaExecutorServiceStep
Deployment operation responsible for stopping a service which represents a Proxy to the
JCA-Backed
ExecutorService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParseBpmPlatformXmlStep
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file.
|
class |
AbstractStartProcessEnginesStep
Deployment operation step that is responsible for starting all process
engines declared in a
List of ProcessEngineXml files. |
class |
DeployProcessArchivesStep
Deployment step responsible for creating individual
DeployProcessArchiveStep
instances for each process archive configured in the META-INF/processes.xml file. |
class |
DeployProcessArchiveStep
Deployment operation step responsible for deploying a process archive
|
class |
ParseProcessesXmlStep
Detects and parses all META-INF/processes.xml files within the process application
and attaches the parsed Metadata to the operation context.
|
class |
PlatformXmlStartProcessEnginesStep
Retrieves the List of ProcessEngines from an attached
ProcessesXml . |
class |
PostDeployInvocationStep
Operation step responsible for invoking the @
PostDeploy method of a
ProcessApplication class. |
class |
PreUndeployInvocationStep
Operation step responsible for invoking the @
PreUndeploy method of a
ProcessApplication class. |
class |
ProcessesXmlStartProcessEnginesStep
Retrieves the List of ProcessEngines from an attached
ProcessesXml . |
class |
ProcessesXmlStopProcessEnginesStep
Deployment operation responsible for stopping all process engines started by the deployment.
|
class |
StartProcessApplicationServiceStep
This deployment operation step starts an
MBeanService for the process application. |
class |
StartProcessEngineStep
Deployment operation step responsible for starting a managed process engine
inside the runtime container.
|
class |
StopProcessApplicationServiceStep
Deployment operations step responsible for removing the
JmxManagedProcessApplication service. |
class |
StopProcessApplicationsStep
Deployment operation step that is responsible for stopping all process applications
|
class |
StopProcessEnginesStep
Deployment operation step that stops ALL process engines registered inside the container.
|
class |
UndeployProcessArchivesStep
Deployment operation responsible for undeploying all process archives.
|
class |
UndeployProcessArchiveStep
Deployment operation step responsible for performing the undeployment of a
process archive
|
Modifier and Type | Class and Description |
---|---|
class |
StartJobAcquisitionStep
Deployment operation step responsible for starting a JobEexecutor
|
class |
StartJobExecutorStep
Deployment operation step responsible for starting the JobExecutor
|
class |
StartManagedThreadPoolStep
Deployment operation step responsible for deploying a thread pool for the JobExecutor
|
class |
StopJobExecutorStep
Deployment operation step responsible for stopping all job acquisitions
|
Modifier and Type | Field and Description |
---|---|
protected MBeanDeploymentOperationStep |
MBeanDeploymentOperation.currentStep |
Modifier and Type | Field and Description |
---|---|
protected List<MBeanDeploymentOperationStep> |
MBeanDeploymentOperation.steps
the list of steps that make up this composite operation
|
protected List<MBeanDeploymentOperationStep> |
MBeanDeploymentOperation.MBeanDeploymentOperationBuilder.steps |
protected List<MBeanDeploymentOperationStep> |
MBeanDeploymentOperation.successfulSteps
a list of steps that completed successfully
|
Modifier and Type | Method and Description |
---|---|
void |
MBeanDeploymentOperation.addStep(MBeanDeploymentOperationStep step)
Add a new atomic step to the composite operation.
|
MBeanDeploymentOperation.MBeanDeploymentOperationBuilder |
MBeanDeploymentOperation.MBeanDeploymentOperationBuilder.addStep(MBeanDeploymentOperationStep step) |
Constructor and Description |
---|
MBeanDeploymentOperation(String name,
MBeanServiceContainer container,
List<MBeanDeploymentOperationStep> steps) |
Modifier and Type | Class and Description |
---|---|
class |
TomcatParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
|
Copyright © 2015. All rights reserved.