public class GlobalOperationHandlers extends Object
OperationHandler
s.Modifier and Type | Class and Description |
---|---|
static class |
GlobalOperationHandlers.AbstractMultiTargetHandler |
static class |
GlobalOperationHandlers.ModelAddressResolver |
static class |
GlobalOperationHandlers.ReadAttributeHandler
OperationStepHandler reading a single attribute at the given operation address. |
static class |
GlobalOperationHandlers.ReadChildrenNamesOperationHandler
OperationStepHandler querying the children names of a given "child-type". |
static class |
GlobalOperationHandlers.ReadChildrenResourcesAssemblyHandler
Assembles the response to a read-resource request from the components gathered by earlier steps.
|
static class |
GlobalOperationHandlers.ReadChildrenResourcesOperationHandler
OperationStepHandler querying the children resources of a given "child-type". |
static class |
GlobalOperationHandlers.ReadResourceHandler
OperationStepHandler reading a part of the model. |
static class |
GlobalOperationHandlers.UndefineAttributeHandler
The undefine-attribute handler, writing an undefined value for a single attribute.
|
static class |
GlobalOperationHandlers.WriteAttributeHandler
OperationStepHandler writing a single attribute. |
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
READ_ATTRIBUTE |
static OperationStepHandler |
READ_CHILDREN_NAMES |
static OperationStepHandler |
READ_CHILDREN_RESOURCES |
static OperationStepHandler |
READ_CHILDREN_TYPES
OperationStepHandler querying the child types of a given node. |
static OperationStepHandler |
READ_OPERATION_DESCRIPTION
OperationStepHandler returning the type description of a single operation description. |
static OperationStepHandler |
READ_OPERATION_NAMES
OperationStepHandler returning the names of the defined operations at a given model address. |
static OperationStepHandler |
READ_RESOURCE |
static OperationStepHandler |
READ_RESOURCE_DESCRIPTION
OperationStepHandler querying the complete type description of a given model node. |
static OperationStepHandler |
UNDEFINE_ATTRIBUTE |
static OperationStepHandler |
WRITE_ATTRIBUTE |
public static final OperationStepHandler READ_RESOURCE
public static final OperationStepHandler READ_ATTRIBUTE
public static final OperationStepHandler READ_CHILDREN_NAMES
public static final OperationStepHandler READ_CHILDREN_RESOURCES
public static final OperationStepHandler UNDEFINE_ATTRIBUTE
public static final OperationStepHandler WRITE_ATTRIBUTE
public static final OperationStepHandler READ_CHILDREN_TYPES
OperationStepHandler
querying the child types of a given node.public static final OperationStepHandler READ_OPERATION_NAMES
OperationStepHandler
returning the names of the defined operations at a given model address.public static final OperationStepHandler READ_OPERATION_DESCRIPTION
OperationStepHandler
returning the type description of a single operation description.public static final OperationStepHandler READ_RESOURCE_DESCRIPTION
OperationStepHandler
querying the complete type description of a given model node.Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.