Interface | Description |
---|---|
DelegatingManagementResourceRegistration.RegistrationDelegateProvider |
Provides a delegate for use by a
DelegatingManagementResourceRegistration . |
DelegatingResource.ResourceDelegateProvider |
Provides a delegate for use by a
DelegatingResource . |
ImmutableManagementResourceRegistration |
Read-only view of a
ManagementResourceRegistration . |
ManagementResourceRegistration |
A registration for a management resource which consists of a resource description plus registered operation handlers.
|
NotificationHandlerRegistration |
The NotificationHandlerRegistration is used to register and unregister notification handlers.
|
OperationTransformerRegistry.PlaceholderResolver |
An extra resolver to be used for
OperationTransformerRegistry entries where placeholder==true . |
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 | |
AliasEntry.AliasContext |
A wrapper around
OperationContext for the requested alias address, allowing extra
contextual information when converting alias addresses. |
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 . |
DelegatingResource | |
GlobalTransformerRegistry |
Versioned operation transformer registry.
|
LegacyResourceDefinition | |
ManagementResourceRegistration.Factory |
A factory for creating a new, root model node registration.
|
NotificationEntry |
Information about a registered notification.
|
NotificationHandlerNodeSubregistry |
A subregistry of
NotificationHandlerNodeRegistry corresponding to a PathElement.getKey() node and its children. |
NotificationHandlerRegistration.Factory |
Factory to create a new
NotificationHandlerRegistration |
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 | |
ResourceProvider.ResourceProviderRegistry | |
ResourceProvider.Tool | |
WildcardReadResourceDescriptionAddressHack |
This class is private api
|
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 © 2023 JBoss by Red Hat. All rights reserved.