| 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 |
An addressable resource in the management model, representing a local model and child resources.
|
| Resource.ResourceEntry | |
| ResourceFilter |
A resource filter.
|
| ResourceProvider |
| Class | Description |
|---|---|
| AbstractModelResource |
Abstract
Resource implementation. |
| AliasEntry | |
| AliasStepHandler |
A handler that simply maps an alias onto a target part of the model.
|
| 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). |
| DelegatingManagementResourceRegistration |
ManagementResourceRegistration implementation that simply delegates to another
ManagementResourceRegistration. |
| GlobalTransformerRegistry |
Versioned operation transformer registry.
|
| LegacyResourceDefinition | |
| ManagementResourceRegistration.Factory |
A factory for creating a new, root model node registration.
|
| OperationEntry |
Information about a registered
OperationStepHandler. |
| OperationTransformerRegistry |
Resolved/unversioned operation transformer registry.
|
| OperationTransformerRegistry.OperationTransformerEntry | |
| OperationTransformerRegistry.ResourceTransformerEntry | |
| 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 © 2014 JBoss by Red Hat. All rights reserved.