Class QueueReadAttributeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.messaging.activemq.QueueReadAttributeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class QueueReadAttributeHandler extends org.jboss.as.controller.AbstractRuntimeOnlyHandlerImplements theread-attributeoperation for runtime attributes exposed by a ActiveMQQueueControl.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static QueueReadAttributeHandlerINSTANCEstatic QueueReadAttributeHandlerRUNTIME_INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)protected booleanresourceMustExist(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
INSTANCE
public static final QueueReadAttributeHandler INSTANCE
-
RUNTIME_INSTANCE
public static final QueueReadAttributeHandler RUNTIME_INSTANCE
-
-
Method Detail
-
resourceMustExist
protected boolean resourceMustExist(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)- Overrides:
resourceMustExistin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler
-
executeRuntimeStep
public void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-