Interface | Description |
---|---|
AbstractControllerService.ControllerInstabilityListener |
Listener for notifications that the
ModelController is unstable and a
process restart is necessary. |
AbstractControllerService.PartialModelIndicator |
Tracks whether the controller is working with a complete model or just a partial one.
|
AttributeMarshallers | |
AttributeParsers | |
BlockingTimeout |
Encapsulates information about how long management operation execution should block
before timing out.
|
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.
|
CapabilityServiceBuilder<T> |
A builder for an individual service in a
CapabilityServiceTarget . |
CapabilityServiceTarget |
The target of ServiceBuilder for capability installations.
|
ConfigurationChangesCollector |
Collects configuration changes.
|
ExpressionResolver |
Resolves
ModelType.EXPRESSION expressions in a ModelNode . |
Extension |
An extension to the JBoss Application Server.
|
ExtensionContext |
The context for registering a new extension.
|
LocalModelControllerClient |
A
ModelControllerClient subinterface that does not throw IOException . |
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.
|
ModelControllerClientFactory |
Factory for obtaining a
ModelControllerClient
for use in the same VM as the target ModelController . |
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. |
OperationDescriptor |
Describes the parameters of operation..
|
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.
|
ProcessStateNotifier |
Allows callers to check the current
ControlledProcessState.State of the process
and to register for notifications of state changes. |
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.
|
ResourceMarshaller | |
ResourceParser | |
SubsystemRegistration |
A subsystem registration.
|
TransformingProxyController |
A
ProxyController with transformation capabilities. |
VaultReader |
Provides access to data stored in a vault, by means of passing in "vaulted data" generated when the data
was stored in the vault.
|
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 | |
AttributeMarshaller.AttributeElementMarshaller |
Version of marshaller that by default marshalls to element
|
AttributeMarshallers.MapAttributeMarshaller | |
AttributeMarshallers.NamedStringListMarshaller | |
AttributeMarshallers.ObjectMapAttributeMarshaller | |
AttributeMarshallers.PropertiesAttributeMarshaller | |
AttributeMarshallers.SimpleListAttributeMarshaller | |
AttributeParser | |
AttributeParser.DiscardOldDefaultValueParser | |
AttributeParsers.AttributeElementParser | |
AttributeParsers.MapParser | |
AttributeParsers.NamedStringListParser | |
AttributeParsers.ObjectMapParser | |
AttributeParsers.ObjectParser | |
AttributeParsers.PropertiesParser | |
AttributeParsers.UnWrappedObjectListParser | |
AttributeParsers.WrappedObjectListParser | |
BlockingTimeout.Factory | |
BootErrorCollector |
Collects boot errors.
|
BootErrorCollector.ListBootErrorsHandler | |
CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder |
CapabilityReferenceRecorder that determines the dependent capability from the OperationContext
and any additional attributes on same resource. |
CapabilityReferenceRecorder.ContextDependencyRecorder |
CapabilityReferenceRecorder that determines the dependent capability from the OperationContext . |
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder |
Default implementation of
CapabilityReferenceRecorder . |
CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder |
CapabilityReferenceRecorder that determines the dependent and required capability from the
PathAddress of the resource registration. |
CapabilityRegistry |
Registry of
capabilities available in the system. |
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.
|
ConfigurationChangesCollector.ConfigurationChange | |
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl | |
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 | |
ObjectMapAttributeDefinition |
MapAttributeDefinition for maps with keys of ModelType.STRING and values of type ObjectTypeAttributeDefinition |
ObjectMapAttributeDefinition.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.
|
PersistentResourceDefinition.Parameters | Deprecated
Use the superclass
|
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 . |
ServiceNameFactory |
Provides a factory for creating
ServiceName instances from dot-separated strings while trying to
mitigate the memory overhead of having multiple copies of elements of the name that have the same
simple name . |
ServiceRemoveStepHandler |
Abstract remove step handler that simply removes a service.
|
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 and values of type ModelType |
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 |
Factory methods for creating a
TransformingProxyController |
UninterruptibleCountDownLatch |
Enhanced CountDownLatch providing uninterruptible variants of await() methods.
|
Enum | Description |
---|---|
ControlledProcessState.State | |
ExtensionContext.ContextType |
The various types of contexts in which an
Extension can be asked to initialize. |
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 |
---|---|
OperationFailedException |
Exception indicating an operation has failed due to a client mistake (e.g.
|
UnauthorizedException |
OperationFailedRuntimeException thrown when an operation is not authorized. |
VaultReader.NoSuchItemException |
Exception thrown when properly formatted "vaulted data" is used to retrieve data from the vault but
no matching data can be found.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.