Class JMSQueueConfigurationRuntimeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.messaging.activemq.jms.AbstractJMSRuntimeHandler<org.jboss.dmr.ModelNode>
-
- org.wildfly.extension.messaging.activemq.jms.JMSQueueConfigurationRuntimeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class JMSQueueConfigurationRuntimeHandler extends AbstractJMSRuntimeHandler<org.jboss.dmr.ModelNode>
Read handler for XML deployed Jakarta Messaging queues- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static JMSQueueConfigurationRuntimeHandlerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode destination, org.jboss.as.controller.PathAddress address, boolean includeDefault)-
Methods inherited from class org.wildfly.extension.messaging.activemq.jms.AbstractJMSRuntimeHandler
executeRuntimeStep, registerResource, unregisterResource
-
-
-
-
Field Detail
-
INSTANCE
public static final JMSQueueConfigurationRuntimeHandler INSTANCE
-
-
Method Detail
-
executeReadAttribute
protected void executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode destination, org.jboss.as.controller.PathAddress address, boolean includeDefault)
- Specified by:
executeReadAttributein classAbstractJMSRuntimeHandler<org.jboss.dmr.ModelNode>
-
-