| AbstractAddStepHandler |
|
| AbstractAddStepHandler.Parameters |
|
| AbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder,ATTRIBUTE extends 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 |
|
| AbstractModelUpdateHandler |
|
| AbstractRemoveStepHandler |
Base class for handlers that remove resources.
|
| AbstractRuntimeOnlyHandler |
|
| AbstractWriteAttributeHandler<T> |
|
| 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.ContextDependencyRecorder |
|
| CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder |
|
| CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder |
|
| CapabilityRegistry |
|
| 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 |
|
| ControlledProcessStateService |
|
| CurrentOperationIdHolder |
Deprecated.
|
| DefaultAttributeMarshaller |
|
| DelegatingResourceDefinition |
|
| DeprecationData |
Encapsulates information about the deprecation of a management resource, attribute or operation.
|
| EnvVarAttributeOverrider |
Utility class to override the value of an attribute by setting an env var corresponding to the
address of the resource and the name of the attribute to override.
|
| ExpressionResolverImpl |
|
| 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 |
|
| ModelOnlyWriteAttributeHandler |
A write-attribute handler that simply validates the attribute value and stores it in the model.
|
| ModelVersion |
|
| ModelVersionRange.Versions |
|
| NoopOperationStepHandler |
|
| 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 |
|
| 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.
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| SimpleListAttributeDefinition |
|
| SimpleListAttributeDefinition.Builder |
|
| SimpleMapAttributeDefinition |
|
| SimpleMapAttributeDefinition.Builder |
|
| SimpleOperationDefinition |
|
| SimpleOperationDefinitionBuilder |
|
| SimpleResourceDefinition |
|
| SimpleResourceDefinition.Parameters |
Parameters object for the SimpleResourceDefinition constructor
|
| StringListAttributeDefinition |
|
| StringListAttributeDefinition.Builder |
|
| TransformingProxyController.Factory |
|
| UninterruptibleCountDownLatch |
Enhanced CountDownLatch providing uninterruptible variants of await() methods.
|