| Interface | Description |
|---|---|
| ImmutableManagementResourceRegistration |
Read-only view of a
ManagementResourceRegistration. |
| ManagementResourceRegistration |
A registration for a management resource which consists of a resource description plus registered operation handlers.
|
| Resource |
A addressable resource in the management model, representing a local model and child resources.
|
| Resource.ResourceEntry | |
| ResourceFilter |
A resource filter.
|
| ResourceProvider |
| Class | Description |
|---|---|
| AttributeAccess |
Information about handling an attribute in a sub-model.
|
| DelegatingImmutableManagementResourceRegistration |
ImmutableManagementResourceRegistration implementation that simply delegates to another
ImmutableManagementResourceRegistration (typically a mutable implementation of sub-interface
ManagementResourceRegistration). |
| ManagementResourceRegistration.Factory |
A factory for creating a new, root model node registration.
|
| OperationEntry |
Information about a registered
OperationStepHandler. |
| PlaceholderResource |
Resource that solely holds a place in the resource tree and has no model or children.
|
| PlaceholderResource.PlaceholderResourceEntry | |
| Resource.Factory | |
| Resource.Tools |
| Enum | Description |
|---|---|
| AttributeAccess.AccessType |
Indicates how an attributed is accessed.
|
| AttributeAccess.Flag |
Flags to indicate special characteristics of an attribute
|
| AttributeAccess.Storage |
Indicates whether an attribute is derived from the persistent configuration or is a purely runtime attribute.
|
| OperationEntry.EntryType | |
| OperationEntry.Flag |
Flags to indicate special characteristics of an operation
|
| Exception | Description |
|---|---|
| Resource.NoSuchResourceException |
A
NoSuchElementException variant that can be thrown by Resource.requireChild(PathElement) and
Resource.navigate(PathAddress) implementations to indicate a client error when invoking a
management operation. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.