| Interface | Description |
|---|---|
| BootContext |
Context used to boot a controller service.
|
| Cancellable |
A handle for a specific cancellable running operation.
|
| CapabilityReferenceRecorder |
Records information about capability reference information encoded in an attribute's value.
|
| ExpressionResolver |
Resolves
ModelType.EXPRESSION expressions in a ModelNode. |
| Extension |
An extension to the JBoss Application Server.
|
| ExtensionContext |
The context for registering a new extension.
|
| ManagementModel |
Encapsulates the elements of a management model.
|
| 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.
|
| ModelVersionRange | |
| NotificationDefinition.DataValueDescriptor | |
| 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.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. |
| 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.
|
| PersistentResourceXMLDescription.AdditionalOperationsGenerator |
Some resources require more operations that just a simple add.
|
| 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. |
| ResourceBuilder | |
| ResourceDefinition |
Provides essential information defining a management resource.
|
| SubsystemRegistration |
A subsystem registration.
|
| TransformingProxyController |
A
ProxyController with transformation capabilities. |
| VaultReader |
| Class | Description |
|---|---|
| AbstractAddStepHandler |
Base class for
OperationStepHandler implementations that add managed resource. |
| AbstractAddStepHandler.Parameters | |
| AbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder,ATTRIBUTE extends AttributeDefinition> |
Provides a builder API for creating an
AttributeDefinition. |
| AbstractBoottimeAddStepHandler |
Base class for
OperationStepHandler implementations that add managed resources and also perform runtime
processing that should only occur during server boot. |
| AbstractControllerService |
A base class for controller services.
|
| AbstractControllerService.ModelControllerServiceInitializationParams |
Parameters for initializing
ModelControllerServiceInitialization instances |
| AbstractModelUpdateHandler |
Base class for
OperationStepHandler implementations for updating an existing 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<T> |
Abstract handler for the write aspect of a
read-write attribute. |
| AbstractWriteAttributeHandler.HandbackHolder<T> |
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 | |
| AttributeParser.DiscardOldDefaultValueParser | |
| BootErrorCollector | |
| BootErrorCollector.ListBootErrorsHandler | |
| CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder |
Default implementation of
CapabilityReferenceRecorder. |
| CaseParameterCorrector |
Parameter correctors that can be used to change the case of a
model node that is of type string. |
| CompositeOperationHandler |
Handler for the "composite" operation; i.e.
|
| ContainerStateMonitor | |
| ContainerStateMonitor.ContainerStateChangeReport | |
| ContainerStateMonitor.MissingDependencyInfo | |
| ControlledProcessState |
The overall state of a process that is being managed by a
ModelController. |
| ControlledProcessStateService |
Exposes the current
ControlledProcessState.State and allows services to register a listener for changes
to it. |
| CurrentOperationIdHolder | Deprecated
internal usage only
|
| DefaultAttributeMarshaller | |
| DelegatingResourceDefinition | |
| DeprecationData |
Encapsulates information about the deprecation of a management resource, attribute or operation.
|
| ExpressionResolverImpl |
Basic
ExpressionResolver implementation. |
| HashUtil |
Utilities related to deployment content hashes.
|
| 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<BUILDER extends ListAttributeDefinition.Builder,ATTRIBUTE extends ListAttributeDefinition> | |
| 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<BUILDER extends MapAttributeDefinition.Builder,ATTRIBUTE extends MapAttributeDefinition> | |
| ModelOnlyAddStepHandler |
A handler for the
add operation that only manipulates the model. |
| ModelOnlyRemoveStepHandler |
A handler for the
remove operation that only manipulates the model. |
| ModelOnlyResourceDefinition |
ResourceDefinition implementation designed for use in extensions
based on AbstractLegacyExtension. |
| ModelOnlyWriteAttributeHandler |
A
write-attribute handler that simply validates the attribute value and stores it in the model. |
| ModelVersion | |
| ModelVersionRange.Versions | |
| 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 | |
| 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 | |
| OperationContext.AttachmentKey<T> |
An attachment key instance.
|
| OperationDefinition |
Defining characteristics of operation in a
Resource |
| ParallelBootOperationStepHandler |
Special handler that executes subsystem boot operations in parallel.
|
| 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.PersistentResourceXMLBuilder | |
| PersistentResourceXMLParser | |
| PrimitiveListAttributeDefinition |
Date: 13.10.2011
|
| PrimitiveListAttributeDefinition.Builder | |
| 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 | |
| ProxyStepHandler |
Step handler that uses a proxied
ModelController to execute the step. |
| ReadResourceNameOperationStepHandler |
OperationStepHandler that reads the address of the operation and returns the value of its
last element as the operation result. |
| ReloadRequiredAddStepHandler |
An handler for an 'add' operation that does nothing in the
runtime stage but put the process in
reload-required state. |
| ReloadRequiredRemoveStepHandler |
A handler for the "remove" operation that always puts the process in "reload-required" state.
|
| 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. |
| ResourceBuilder.Factory | |
| 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.
|
| RestartParentWriteAttributeHandler |
Simple
AbstractWriteAttributeHandler that, if allowed,
restarts a parent resource when a change is made. |
| RunningModeControl |
Provides control over the server's current
RunningMode. |
| ServiceRemoveStepHandler |
Abstract remove step handler that simply removes a service.
|
| 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 | |
| TransformingProxyController.Factory | |
| TransformingProxyController.TransformingProxyControllerImpl |
| Enum | Description |
|---|---|
| ControlledProcessState.State | |
| OperationContext.ExecutionStatus |
The current activity of an operation.
|
| OperationContext.ResultAction |
The result action.
|
| OperationContext.Stage |
The stage at which a step should apply.
|
| ProcessType |
Holds the possible process types.
|
| RunningMode |
The current running mode of the server.
|
| Exception | Description |
|---|---|
| NoSuchResourceException | Deprecated
use parent class
Resource.NoSuchResourceException |
| OperationFailedException |
Exception indicating an operation has failed due to a client mistake (e.g.
|
| UnauthorizedException |
OperationFailedRuntimeException thrown when an operation is not authorized. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.