Uses of Class
org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep

Packages that use MBeanDeploymentOperationStep
org.camunda.bpm.container.impl.jmx.deployment   
org.camunda.bpm.container.impl.jmx.deployment.jobexecutor   
org.camunda.bpm.container.impl.jmx.kernel   
org.camunda.bpm.container.impl.tomcat.deployment   
 

Uses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.jmx.deployment
 

Subclasses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.jmx.deployment
 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
 

Uses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.jmx.deployment.jobexecutor
 

Subclasses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.jmx.deployment.jobexecutor
 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
 

Uses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.jmx.kernel
 

Fields in org.camunda.bpm.container.impl.jmx.kernel declared as MBeanDeploymentOperationStep
protected  MBeanDeploymentOperationStep MBeanDeploymentOperation.currentStep
           
 

Fields in org.camunda.bpm.container.impl.jmx.kernel with type parameters of type MBeanDeploymentOperationStep
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
 

Methods in org.camunda.bpm.container.impl.jmx.kernel with parameters of type MBeanDeploymentOperationStep
 void MBeanDeploymentOperation.addStep(MBeanDeploymentOperationStep step)
          Add a new atomic step to the composite operation.
 MBeanDeploymentOperation.MBeanDeploymentOperationBuilder MBeanDeploymentOperation.MBeanDeploymentOperationBuilder.addStep(MBeanDeploymentOperationStep step)
           
 

Constructor parameters in org.camunda.bpm.container.impl.jmx.kernel with type arguments of type MBeanDeploymentOperationStep
MBeanDeploymentOperation(String name, MBeanServiceContainer container, List<MBeanDeploymentOperationStep> steps)
           
 

Uses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment
 

Subclasses of MBeanDeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment
 class TomcatParseBpmPlatformXmlStep
          This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.