public class QueueReadAttributeHandler extends AbstractRuntimeOnlyHandler
read-attribute operation for runtime attributes exposed by a HornetQ
QueueControl.| Modifier and Type | Field and Description |
|---|---|
static QueueReadAttributeHandler |
INSTANCE |
static List<String> |
METRICS |
static List<String> |
READ_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
void |
executeRuntimeStep(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step in
OperationContext.Stage.RUNTIME. |
void |
registerAttributes(ManagementResourceRegistration registration) |
execute, waitForpublic static final QueueReadAttributeHandler INSTANCE
public void executeRuntimeStep(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
AbstractRuntimeOnlyHandlerOperationContext.Stage.RUNTIME.
If the operation fails, context.getFailureDescroption()
must be called, or OperationFailedException must be thrown, before calling context.completeStep().
If the operation succeeded, context.getResult() should
be called and the result populated with the outcome, after which context.completeStep()
must be called.executeRuntimeStep in class AbstractRuntimeOnlyHandlercontext - the operation contextoperation - the operation being executedOperationFailedException - if the operation failed before calling context.completeStep()public void registerAttributes(ManagementResourceRegistration registration)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.