| Class and Description |
|---|
| AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
| AbstractAddStepHandler.Parameters |
| AbstractAttributeDefinitionBuilder
Provides a builder API for creating an
AttributeDefinition. |
| AbstractControllerService.ModelControllerServiceInitializationParams
Parameters for initializing
ModelControllerServiceInitialization instances |
| AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
| AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute. |
| AbstractWriteAttributeHandler.HandbackHolder
Holder subclasses can use to pass an object between
AbstractWriteAttributeHandler.applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, HandbackHolder)
and AbstractWriteAttributeHandler.revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Object). |
| AccessAuditContext
The context used to store state related to access control and auditing for the current invocation.
|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| AttributeDefinition.NameAndGroup
Simple
Comparable that encapsulates the name of an attribute and any attribute group,
ordering first one group (null group first) and then one attribute name. |
| AttributeMarshaller |
| AttributeParser |
| BootContext
Context used to boot a controller service.
|
| BootErrorCollector |
| Cancellable
A handle for a specific cancellable running operation.
|
| CapabilityReferenceRecorder
Records information about capability reference information encoded in an attribute's value.
|
| CompositeOperationHandler
Handler for the "composite" operation; i.e.
|
| ContainerStateMonitor.MissingDependencyInfo |
| ControlledProcessState
The overall state of a process that is being managed by a
ModelController. |
| ControlledProcessState.State |
| ControlledProcessStateService
Exposes the current
ControlledProcessState.State and allows services to register a listener for changes
to it. |
| DeprecationData
Encapsulates information about the deprecation of a management resource, attribute or operation.
|
| ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode. |
| ExtensionContext
The context for registering a new extension.
|
| ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource, with utility
methods for conversion to and from xml and for validation. |
| ListAttributeDefinition.Builder |
| ManagementModel
Encapsulates the elements of a management model.
|
| MapAttributeDefinition
Defining characteristics of an
ModelType.OBJECT attribute in a Resource,
where all children of the object have values of the same type; i.e. |
| MapAttributeDefinition.Builder |
| ModelController
Controls reads of and modifications to a management model.
|
| ModelController.OperationTransaction
An operation transaction.
|
| ModelController.OperationTransactionControl
A callback interface for the operation's completion status.
|
| ModelControllerServiceInitialization
Internal extension point for core resource registrations.
|
| ModelOnlyAddStepHandler
A handler for the
add operation that only manipulates the model. |
| ModelOnlyRemoveStepHandler
A handler for the
remove operation that only manipulates the model. |
| ModelVersion |
| ModelVersionRange |
| NoopOperationStepHandler
A handler that simply calls
OperationContext.completeStep(OperationContext.RollbackHandler) with a
no-op rollback handler. |
| NotificationDefinition
Defining characteristics of notification in a
Resource |
| NotificationDefinition.Builder |
| NotificationDefinition.DataValueDescriptor |
| ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
| ObjectListAttributeDefinition.Builder |
ObjectTypeAttributeDefinition
AttributeDefinition for attributes of type ModelType.OBJECT that aren't simple maps, but
rather a set fixed keys where each key may be associated with a value of a different type. |
| ObjectTypeAttributeDefinition.Builder |
| OperationClientException
Marker interface for an Exception indicating a management operation has failed due to a client mistake
(e.g.
|
| OperationContext
The context for an operation step execution.
|
| OperationContext.AttachmentKey
An attachment key instance.
|
| OperationContext.ExecutionStatus
The current activity of an operation.
|
| OperationContext.ResultAction
The result action.
|
| OperationContext.ResultHandler
Handler for a callback to an
OperationStepHandler indicating that the result of the overall operation is
known and the handler can take any necessary actions to deal with that result. |
| OperationContext.RollbackHandler
Handler for a callback to an
OperationStepHandler indicating that the overall operation is being
rolled back and the handler should revert any change it has made. |
| OperationContext.Stage
The stage at which a step should apply.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| ParameterCorrector
An implementation of this interface will be invoked before
a new attribute value is set, so it has a chance to adjust the new value,
if and as necessary, e.g.
|
| ParsedBootOp
Encapsulates information about a boot operation for use during boot execution.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| PersistentResourceDefinition
A persistent resource definition.
|
| PersistentResourceXMLDescription
A representation of a resource as needed by the XML parser.
|
| PersistentResourceXMLDescription.AdditionalOperationsGenerator
Some resources require more operations that just a simple add.
|
| PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
| PrimitiveListAttributeDefinition
Date: 13.10.2011
|
| PrimitiveListAttributeDefinition.Builder |
| ProcessType
Holds the possible process types.
|
| PropagatingCorrector
This implementation propagates properties present in the current
attribute value but missing from the new value.
|
| PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
| PropertiesAttributeDefinition.Builder |
| ProxyController
A proxy controller to be registered with a ModelController.
|
| ProxyController.ProxyOperationControl |
| ProxyOperationAddressTranslator
Used by
ProxyController implementations to translate addresses to the
target controller's address space. |
ReadResourceNameOperationStepHandler
OperationStepHandler that reads the address of the operation and returns the value of its
last element as the operation result. |
| ReloadRequiredRemoveStepHandler
A handler for the "remove" operation that always puts the process in "reload-required" state.
|
| ResourceBuilder |
| ResourceDefinition
Provides essential information defining a management resource.
|
| RestartParentResourceAddHandler
Simple add handler which, if allowed, restarts a parent resource when the child is added.
|
| RestartParentResourceHandlerBase
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
|
| RestartParentResourceRemoveHandler
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
|
| RunningMode
The current running mode of the server.
|
| RunningModeControl
Provides control over the server's current
RunningMode. |
| ServiceVerificationHandler
Deprecated.
has no function and will be removed in a later release
|
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleAttributeDefinitionBuilder
Provides a builder API for creating a
SimpleAttributeDefinition. |
SimpleListAttributeDefinition
AttributeDefinition for attributes that represent lists with
simple element types (i.e. |
| SimpleListAttributeDefinition.Builder |
SimpleMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING. |
| SimpleMapAttributeDefinition.Builder |
| SimpleOperationDefinition
Defining characteristics of operation in a
Resource
SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation
if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider |
| SimpleOperationDefinitionBuilder
Builder for helping construct
SimpleOperationDefinition |
| SimpleResourceDefinition
Basic implementation of
ResourceDefinition. |
| SimpleResourceDefinition.Parameters
Parameters object for the SimpleResourceDefinition constructor
|
| StringListAttributeDefinition |
| StringListAttributeDefinition.Builder |
| SubsystemRegistration
A subsystem registration.
|
| TransformingProxyController
A
ProxyController with transformation capabilities. |
| Class and Description |
|---|
| OperationClientException
Marker interface for an Exception indicating a management operation has failed due to a client mistake
(e.g.
|
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ControlledProcessState
The overall state of a process that is being managed by a
ModelController. |
| ControlledProcessState.State |
| OperationClientException
Marker interface for an Exception indicating a management operation has failed due to a client mistake
(e.g.
|
| PathAddress
A path address for an operation.
|
| ProcessType
Holds the possible process types.
|
| Class and Description |
|---|
| OperationContext
The context for an operation step execution.
|
| PathAddress
A path address for an operation.
|
| Class and Description |
|---|
| OperationContext.ResultAction
The result action.
|
| PathAddress
A path address for an operation.
|
| Class and Description |
|---|
| PathAddress
A path address for an operation.
|
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| DeprecationData
Encapsulates information about the deprecation of a management resource, attribute or operation.
|
| NotificationDefinition.DataValueDescriptor |
| Class and Description |
|---|
| Extension
An extension to the JBoss Application Server.
|
| ExtensionContext
The context for registering a new extension.
|
| ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource, with utility
methods for conversion to and from xml and for validation. |
| OperationContext
The context for an operation step execution.
|
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| ParsedBootOp
Encapsulates information about a boot operation for use during boot execution.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ProcessType
Holds the possible process types.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| RunningModeControl
Provides control over the server's current
RunningMode. |
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleResourceDefinition
Basic implementation of
ResourceDefinition. |
| Class and Description |
|---|
| ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode. |
| Class and Description |
|---|
| ModelVersion |
| OperationContext.Stage
The stage at which a step should apply.
|
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ProcessType
Holds the possible process types.
|
UnauthorizedException
OperationFailedRuntimeException thrown when an operation is not authorized. |
| Class and Description |
|---|
| PathAddress
A path address for an operation.
|
| Class and Description |
|---|
| OperationContext
The context for an operation step execution.
|
| OperationContext.AttachmentKey
An attachment key instance.
|
| Class and Description |
|---|
| AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
| AbstractModelUpdateHandler
Base class for
OperationStepHandler implementations for updating an existing managed resource. |
| AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ControlledProcessState
The overall state of a process that is being managed by a
ModelController. |
| OperationContext
The context for an operation step execution.
|
| OperationContext.AttachmentKey
An attachment key instance.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| RunningModeControl
Provides control over the server's current
RunningMode. |
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleOperationDefinition
Defining characteristics of operation in a
Resource
SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation
if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider |
| Class and Description |
|---|
| OperationContext
The context for an operation step execution.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| ProcessType
Holds the possible process types.
|
| PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleOperationDefinition
Defining characteristics of operation in a
Resource
SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation
if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider |
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| Class and Description |
|---|
| ProcessType
Holds the possible process types.
|
| Class and Description |
|---|
| PathAddress
A path address for an operation.
|
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ModelVersion |
| NotificationDefinition
Defining characteristics of notification in a
Resource |
| OperationClientException
Marker interface for an Exception indicating a management operation has failed due to a client mistake
(e.g.
|
| OperationContext
The context for an operation step execution.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ProxyController
A proxy controller to be registered with a ModelController.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| Class and Description |
|---|
| ModelController
Controls reads of and modifications to a management model.
|
| ModelController.OperationTransaction
An operation transaction.
|
| OperationContext
The context for an operation step execution.
|
| PathAddress
A path address for an operation.
|
| ProxyController
A proxy controller to be registered with a ModelController.
|
| ProxyController.ProxyOperationControl |
| ProxyOperationAddressTranslator
Used by
ProxyController implementations to translate addresses to the
target controller's address space. |
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| OperationContext
The context for an operation step execution.
|
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleResourceDefinition
Basic implementation of
ResourceDefinition. |
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ModelVersion |
| OperationContext
The context for an operation step execution.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| SimpleResourceDefinition
Basic implementation of
ResourceDefinition. |
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode. |
| ModelVersion |
| ModelVersionRange |
| OperationContext
The context for an operation step execution.
|
| OperationContext.AttachmentKey
An attachment key instance.
|
| OperationDefinition
Defining characteristics of operation in a
Resource |
| OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
| OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ProcessType
Holds the possible process types.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| RunningMode
The current running mode of the server.
|
| SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for conversion to and from xml and for validation. |
| Class and Description |
|---|
| AttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition, with utility
methods for validation. |
| ModelVersion |
| ModelVersionRange |
| PathAddress
A path address for an operation.
|
| PathElement
An element of a path specification for matching operations with addresses.
|
| ResourceDefinition
Provides essential information defining a management resource.
|
| SubsystemRegistration
A subsystem registration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.