Class BpmPlatformSubsystemAdd

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler

    public class BpmPlatformSubsystemAdd
    extends org.jboss.as.controller.AbstractBoottimeAddStepHandler
    Provides the description and the implementation of the subsystem#add operation.
    Author:
    Daniel Meyer, Christian Lipphardt
    • 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 BpmPlatformSubsystemAdd INSTANCE  
      • Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler

        attributes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void performBoottime​(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
      • Methods inherited from class org.jboss.as.controller.AbstractBoottimeAddStepHandler

        performBoottime, performRuntime, rollbackRuntime, rollbackRuntime
      • Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler

        createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • performBoottime

        protected void performBoottime​(org.jboss.as.controller.OperationContext context,
                                       org.jboss.dmr.ModelNode operation,
                                       org.jboss.dmr.ModelNode model)
                                throws org.jboss.as.controller.OperationFailedException
        Overrides:
        performBoottime in class org.jboss.as.controller.AbstractBoottimeAddStepHandler
        Throws:
        org.jboss.as.controller.OperationFailedException