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
-
-
Constructor Summary
Constructors Constructor Description AddStepHandler(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes)AddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected voidrollbackRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource)
-
-
-
Constructor Detail
-
AddStepHandler
public AddStepHandler(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes)
-
AddStepHandler
public AddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes)
-
-
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:
performRuntimein classorg.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:
rollbackRuntimein classorg.jboss.as.controller.AbstractAddStepHandler
-
-