Class 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
    • Method Detail

      • 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 org.jboss.msc.service.ServiceController<ProcessEngine> 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
      • getProperties

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