Class HTTPAcceptorAdd
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.wildfly.extension.messaging.activemq.ActiveMQReloadRequiredHandlers.AddStepHandler
-
- org.wildfly.extension.messaging.activemq.HTTPAcceptorAdd
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor,org.jboss.as.controller.OperationStepHandler
public class HTTPAcceptorAdd extends ActiveMQReloadRequiredHandlers.AddStepHandler
The add operation for the messaging subsystem's http-acceptor resource.- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static HTTPAcceptorAddINSTANCE
-
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)-
Methods inherited from class org.wildfly.extension.messaging.activemq.ActiveMQReloadRequiredHandlers.AddStepHandler
rollbackRuntime
-
-
-
-
Field Detail
-
INSTANCE
public static final HTTPAcceptorAdd INSTANCE
-
-
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 classActiveMQReloadRequiredHandlers.AddStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-