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 |
AbstractControllerService.PartialModelIndicator
Tracks whether the controller is working with a complete model or just a partial one.
|
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 |
BlockingTimeout
Encapsulates information about how long management operation execution should block
before timing out.
|
BootContext
Context used to boot a controller service.
|
BootErrorCollector
Collects boot errors.
|
Cancellable
A handle for a specific cancellable running operation.
|
CapabilityReferenceRecorder
Records information about capability reference information encoded in an attribute's value.
|
CapabilityRegistry
Registry of
capabilities available in the system. |
CompositeOperationHandler
Handler for the "composite" operation; i.e.
|
ConfigurationChangesCollector
Collects configuration changes.
|
ConfigurationChangesCollector.ConfigurationChange |
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl |
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.
|
PersistentResourceDefinition.Parameters |
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 |
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.
|
ProcessType
Holds the possible process types.
|
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.
|
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.
|
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.
|
RunningMode
The current running mode of the server.
|
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. |
CapabilityRegistry
Registry of
capabilities available in the system. |
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 |
---|
BlockingTimeout
Encapsulates information about how long management operation execution should block
before timing out.
|
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.
|
ModelVersion |
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.
|
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.
|
Class and Description |
---|
ControlledProcessState.State |
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
PathAddress
A path address for an operation.
|
ProxyController
A proxy controller to be registered with a ModelController.
|
RunningMode
The current running mode of the server.
|
Class and Description |
---|
ModelVersion |
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
RunningMode
The current running mode of the server.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute . |
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 . |
ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource , with utility
methods for conversion to and from xml and for validation. |
ModelOnlyWriteAttributeHandler
A
write-attribute handler that simply validates the attribute value and stores it in the model. |
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.
|
ProcessType
Holds the possible process types.
|
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.
|
OperationContext.AttachmentKey
An attachment key instance.
|
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.
|
ProxyController
A proxy controller to be registered with a ModelController.
|
TransformingProxyController
A
ProxyController with transformation capabilities. |
Class and Description |
---|
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.
|
ProxyController
A proxy controller to be registered with a ModelController.
|
Class and Description |
---|
BlockingTimeout
Encapsulates information about how long management operation execution should block
before timing out.
|
OperationContext
The context for an operation step execution.
|
OperationFailedException
Exception indicating an 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. |
ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource , with utility
methods for conversion to and from xml and for validation. |
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 |
---|
ControlledProcessStateService
Exposes the current
ControlledProcessState.State and allows services to register a listener for changes
to it. |
ModelController
Controls reads of and modifications to a management model.
|
Class and Description |
---|
BootErrorCollector
Collects boot errors.
|
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 |
---|
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) . |
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. |
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.
|
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.
|
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. |
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 |
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRuntimeOnlyHandler
Base class for operations that do nothing in
OperationContext.Stage.MODEL except
register a OperationContext.Stage.RUNTIME step. |
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) . |
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.
|
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 |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
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) . |
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 . |
StringListAttributeDefinition |
Class and Description |
---|
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.
|
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
PathElement
An element of a path specification for matching operations with addresses.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
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) . |
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.
|
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.
|
RestartParentResourceHandlerBase
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
|
RestartParentWriteAttributeHandler
Simple
AbstractWriteAttributeHandler that, if allowed,
restarts a parent resource when a change is made. |
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 |
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
StringListAttributeDefinition |
Class and Description |
---|
AbstractControllerService
A base class for controller services.
|
AbstractControllerService.ModelControllerServiceInitializationParams
Parameters for initializing
ModelControllerServiceInitialization instances |
AbstractControllerService.PartialModelIndicator
Tracks whether the controller is working with a complete model or just a partial one.
|
BootContext
Context used to boot a controller service.
|
BootErrorCollector
Collects boot errors.
|
ControlledProcessState
The overall state of a process that is being managed by a
ModelController . |
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
ManagementModel
Encapsulates the elements of a management model.
|
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.
|
PathAddress
A path address for an operation.
|
ProcessType
Holds the possible process types.
|
ProxyController
A proxy controller to be registered with a ModelController.
|
RunningMode
The current running mode of the server.
|
RunningModeControl
Provides control over the server's current
RunningMode . |
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. |
PathElement
An element of a path specification for matching operations with addresses.
|
ResourceDefinition
Provides essential information defining a management resource.
|
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. |
ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
PathAddress
A path address for an operation.
|
PathElement
An element of a path specification for matching operations with addresses.
|
PrimitiveListAttributeDefinition
Date: 13.10.2011
|
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
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 |
---|
ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource , with utility
methods for conversion to and from xml and for validation. |
PathAddress
A path address for an operation.
|
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 |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
RunningMode
The current running mode of the server.
|
Class and Description |
---|
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
ModelController.OperationTransactionControl
A callback interface for the operation's completion status.
|
OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
PathAddress
A path address for an operation.
|
Class and Description |
---|
BootErrorCollector
Collects boot errors.
|
ControlledProcessState
The overall state of a process that is being managed by a
ModelController . |
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. |
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 |
---|
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. |
OperationContext
The context for an operation step execution.
|
OperationStepHandler
Handler for an individual step in the overall execution of a management operation.
|
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
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 |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute . |
ControlledProcessState
The overall state of a process that is being managed by a
ModelController . |
ControlledProcessState.State |
ModelOnlyWriteAttributeHandler
A
write-attribute handler that simply validates the attribute value and stores it in the model. |
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.
|
ReloadRequiredWriteAttributeHandler
Simple
AbstractWriteAttributeHandler that triggers putting the process in a restart-required state if attribute that
has flag AttributeAccess.Flag.RESTART_JVM otherwise it puts process in
reload-required state. |
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 |
---|
RunningMode
The current running mode of the server.
|
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 . |
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 |
---|
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
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.
|
ProcessType
Holds the possible process types.
|
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 |
---|
PathAddress
A path address for an operation.
|
Class and Description |
---|
ManagementModel
Encapsulates the elements of a management model.
|
ModelController
Controls reads of and modifications to a management model.
|
ModelControllerServiceInitialization
Internal extension point for core resource registrations.
|
ProcessType
Holds the possible process types.
|
Class and Description |
---|
AbstractAttributeDefinitionBuilder
Provides a builder API for creating an
AttributeDefinition . |
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. |
AttributeMarshaller |
DefaultAttributeMarshaller |
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. |
ListAttributeDefinition.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. |
OperationContext
The context for an operation step execution.
|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
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. |
SimpleListAttributeDefinition
AttributeDefinition for attributes that represent lists with
simple element types (i.e. |
SimpleMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING . |
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
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.
|
Class and Description |
---|
PathAddress
A path address for an operation.
|
Class and Description |
---|
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
Class and Description |
---|
OperationContext
The context for an operation step execution.
|
Class and Description |
---|
OperationContext
The context for an operation step execution.
|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
Class and Description |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add 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. |
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.
|
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
AbstractControllerService
A base class for controller services.
|
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 . |
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
ManagementModel
Encapsulates the elements of a management model.
|
ModelController.OperationTransactionControl
A callback interface for the operation's completion status.
|
ModelVersion |
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.
|
RunningModeControl
Provides control over the server's current
RunningMode . |
Class and Description |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
Class and Description |
---|
ManagementModel
Encapsulates the elements of a management model.
|
ModelControllerServiceInitialization
Internal extension point for core resource registrations.
|
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.
|
Class and Description |
---|
PathAddress
A path address for an operation.
|
Class and Description |
---|
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.
|
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add 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. |
AttributeMarshaller |
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
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.
|
PersistentResourceDefinition
A persistent resource definition.
|
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 |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
Class and Description |
---|
OperationContext
The context for an operation step execution.
|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathAddress
A path address for an operation.
|
Class and Description |
---|
PathAddress
A path address for an operation.
|
Class and Description |
---|
AbstractControllerService
A base class for controller services.
|
AbstractControllerService.ModelControllerServiceInitializationParams
Parameters for initializing
ModelControllerServiceInitialization instances |
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. |
BootContext
Context used to boot a controller service.
|
CapabilityRegistry
Registry of
capabilities available in the system. |
ControlledProcessState
The overall state of a process that is being managed by a
ModelController . |
ExpressionResolver
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
ExpressionResolverImpl
Basic
ExpressionResolver implementation. |
ManagementModel
Encapsulates the elements of a management model.
|
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.
|
ProcessType
Holds the possible process types.
|
ResourceDefinition
Provides essential information defining a management resource.
|
RunningMode
The current running mode of the server.
|
RunningModeControl
Provides control over the server's current
RunningMode . |
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 |
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
VaultReader |
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. |
BootErrorCollector
Collects boot errors.
|
CapabilityRegistry
Registry of
capabilities available in the system. |
ControlledProcessState
The overall state of a process that is being managed by a
ModelController . |
NotificationDefinition
Defining characteristics of notification in a
Resource |
ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
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.
|
PathElement
An element of a path specification for matching operations with addresses.
|
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
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 |
---|
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. |
ModelController
Controls reads of and modifications to a management model.
|
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.
|
PathAddress
A path address for an operation.
|
PathElement
An element of a path specification for matching operations with addresses.
|
ServiceVerificationHandler
Deprecated.
has no function and will be removed in a later release
|
Class and Description |
---|
ModelController
Controls reads of and modifications to a management model.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute . |
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
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 |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
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. |
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. |
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 |
---|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
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. |
ControlledProcessStateService
Exposes the current
ControlledProcessState.State and allows services to register a listener for changes
to it. |
ModelController
Controls reads of and modifications to a management model.
|
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 . |
StringListAttributeDefinition |
Class and Description |
---|
ControlledProcessStateService
Exposes the current
ControlledProcessState.State and allows services to register a listener for changes
to it. |
ModelController
Controls reads of and modifications to a management model.
|
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
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) . |
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.
|
ReloadRequiredRemoveStepHandler
A handler for the "remove" operation that always puts the process in "reload-required" state.
|
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 |
---|
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 |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute . |
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.
|
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. |
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 |
SimpleResourceDefinition
Basic implementation of
ResourceDefinition . |
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
AbstractWriteAttributeHandler
Abstract handler for the write aspect of a
read-write attribute . |
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.
|
ReloadRequiredWriteAttributeHandler
Simple
AbstractWriteAttributeHandler that triggers putting the process in a restart-required state if attribute that
has flag AttributeAccess.Flag.RESTART_JVM otherwise it puts process in
reload-required state. |
VaultReader |
Class and Description |
---|
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
AbstractRuntimeOnlyHandler
Base class for operations that do nothing in
OperationContext.Stage.MODEL except
register a OperationContext.Stage.RUNTIME step. |
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) . |
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. |
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
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.
|
PersistentResourceDefinition
A persistent resource definition.
|
PersistentResourceXMLDescription
A representation of a resource as needed by the XML parser.
|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLParser |
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 |
---|
AbstractAttributeDefinitionBuilder
Provides a builder API for creating an
AttributeDefinition . |
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 . |
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
OperationFailedException
Exception indicating an operation has failed due to a client mistake (e.g.
|
PathElement
An element of a path specification for matching operations with addresses.
|
PersistentResourceDefinition
A persistent resource definition.
|
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 |
---|
Extension
An extension to the JBoss Application Server.
|
ExtensionContext
The context for registering a new extension.
|
PathElement
An element of a path specification for matching operations with addresses.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.