Class ActiveMQReloadRequiredHandlers.AddStepHandler

java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.wildfly.extension.messaging.activemq.ActiveMQReloadRequiredHandlers.AddStepHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler
Direct Known Subclasses:
HTTPAcceptorAdd
Enclosing interface:
ActiveMQReloadRequiredHandlers

public static class ActiveMQReloadRequiredHandlers.AddStepHandler extends org.jboss.as.controller.AbstractAddStepHandler
  • Nested Class Summary

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

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

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

    attributes
  • Constructor Summary

    Constructors
    Constructor
    Description
    AddStepHandler(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes)
     
    AddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     
    protected void
    rollbackRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource)
     

    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
  • Constructor Details

    • AddStepHandler

      public AddStepHandler(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes)
    • AddStepHandler

      public AddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes)
  • 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
    • rollbackRuntime

      protected void rollbackRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource)
      Overrides:
      rollbackRuntime in class org.jboss.as.controller.AbstractAddStepHandler