java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler

public class ProcessEngineAdd extends org.jboss.as.controller.AbstractAddStepHandler
Provides the description and the implementation of the process-engine#add operation.
Author:
Daniel Meyer
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler

    org.jboss.as.controller.AbstractAddStepHandler.Parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProcessEngineAdd
     

    Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler

    attributes
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getPlugins(org.jboss.dmr.ModelNode plugins)
     
    protected Map<String,String>
    getProperties(org.jboss.dmr.ModelNode properties)
     
    protected void
    installService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration)
     
    protected void
    performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     
    transformConfiguration(org.jboss.as.controller.OperationContext context, String engineName, org.jboss.dmr.ModelNode model)
     

    Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler

    createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ProcessEngineAdd

      public ProcessEngineAdd()
  • Method Details

    • performRuntime

      protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      performRuntime in class org.jboss.as.controller.AbstractAddStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • installService

      protected void installService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration)
    • transformConfiguration

      protected ManagedProcessEngineMetadata transformConfiguration(org.jboss.as.controller.OperationContext context, String engineName, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Throws:
      org.jboss.as.controller.OperationFailedException
    • getPlugins

      protected List<ProcessEnginePluginXml> getPlugins(org.jboss.dmr.ModelNode plugins)
    • getProperties

      protected Map<String,String> getProperties(org.jboss.dmr.ModelNode properties)