| Interface | Description |
|---|---|
| BootContext |
Context used to boot a controller service.
|
| Cancellable |
A handle for a specific cancellable running operation.
|
| ControllerLogger |
Date: 02.11.2011
|
| ControllerMessages |
Date: 02.11.2011
Reserved logging id ranges from: http://community.jboss.org/wiki/LoggingIds: 14600 - 14899
|
| ExpressionResolver |
Resolves
ModelType.EXPRESSION expressions in a ModelNode. |
| Extension |
An extension to the JBoss Application Server.
|
| ExtensionContext |
The context for registering a new extension.
|
| 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.
|
| 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.RollbackHandler | |
| OperationStepHandler | |
| 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.
|
| 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. |
| ResourceDefinition |
Provides essential information defining a management resource.
|
| SubsystemRegistration |
A subsystem registration.
|
| VaultReader |
| Class | Description |
|---|---|
| AbstractAddStepHandler |
Base class for
OperationStepHandler implementations that add managed resource. |
| AbstractBoottimeAddStepHandler |
Base class for
OperationStepHandler implementations that add managed resource and also perform runtime
processing that should only occur during server boot. |
| AbstractControllerService |
A base class for controller services.
|
| 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). |
| AttributeDefinition |
Defining characteristics of an attribute in a
Resource, with utility
methods for conversion to and from xml and for validation. |
| 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. |
| 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. |
| 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. |
| OperationContext.AttachmentKey<T> |
An attachment key instance.
|
| 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.
|
| PropagatingCorrector |
This implementation propagates properties present in the current
attribute value but missing from the new value.
|
| ProxyStepHandler |
Step handler that uses a proxied
ModelController to execute the step. |
| ReloadRequiredRemoveStepHandler |
A handler for the "remove" operation that always puts the process in "reload-required" state.
|
| ReloadRequiredWriteAttributeHandler |
Simple
AbstractWriteAttributeHandler that always triggers putting the process in a restart required state. |
| 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. |
| ServiceVerificationHandler | |
| SimpleAttributeDefinition |
Defining characteristics of an attribute in a
Resource, with utility
methods for conversion to and from xml and for validation. |
| SimpleAttributeDefinitionBuilder |
Provides a builder API for creating a
SimpleAttributeDefinition. |
| SimpleListAttributeDefinition |
Date: 13.10.2011
|
| SimpleListAttributeDefinition.Builder | |
| SimpleResourceDefinition |
Basic implementation of
ResourceDefinition. |
| Enum | Description |
|---|---|
| ControlledProcessState.State | |
| OperationContext.ResultAction |
The result action.
|
| OperationContext.Stage |
The stage at which a step should apply.
|
| OperationContext.Type | Deprecated |
| ProcessType |
Holds the possible process types.
|
| RunningMode |
The current running mode of the server.
|
| Exception | Description |
|---|---|
| OperationFailedException |
Exception indicating an operation has failed due to a client mistake (e.g.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.