public static class GlobalOperationHandlers.ReadResourceHandler extends GlobalOperationHandlers.AbstractMultiTargetHandler implements OperationStepHandler
OperationStepHandler
reading a part of the model. The result will only contain the current attributes of a node by default,
excluding all addressable children and runtime attributes. Setting the request parameter "recursive" to "true" will recursively include
all children and configuration attributes. Non-recursive queries can include runtime attributes by setting the request parameter
"include-runtime" to "true".FAKE_OPERATION
Constructor and Description |
---|
GlobalOperationHandlers.ReadResourceHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute the actual operation if it is not addressed to multiple targets.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public GlobalOperationHandlers.ReadResourceHandler()
public void doExecute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
GlobalOperationHandlers.AbstractMultiTargetHandler
context
- the operation contextoperation
- the original operationOperationFailedException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.