| Interface | Description |
|---|---|
| AddStepHandlerDescriptor |
Describes the common properties of a remove operation handler.
|
| Attribute |
Interface to be implemented by attribute enumerations.
|
| Capability |
Interface to be implemented by capability enumerations.
|
| CapabilityProvider |
Provides a capability instance.
|
| DefaultableUnaryServiceNameFactoryProvider |
Provides a factory for generating a
ServiceName for a unary requirement
as well as a factory generating a ServiceName for a default requirement. |
| Definable<D> |
Implemented by objects with a definition.
|
| Described<D> |
Exposes the descriptor of this object.
|
| DescribedAddStepHandler |
A described add operation handler.
|
| Executable<C> |
Generic interface for some object capable of execution.
|
| Executor<C,E extends Executable<C>> |
Encapsulates the execution of a contextual executable.
|
| Metric<C> |
Interface to be implemented by metric enumerations.
|
| MetricExecutor<C> |
Encapsulates the execution of a runtime metric.
|
| Model |
Defines a management model version.
|
| Operation<C> |
Interface to be implemented by operation enumerations.
|
| OperationExecutor<C> |
Encapsulates the execution of a runtime operation.
|
| Registration<R> |
Implemented by a management artifact that can register itself.
|
| RemoveStepHandlerDescriptor |
Describes the common properties of a remove operation handler.
|
| ResourceServiceBuilder<T> |
Service builder that can be configured via a resource model.
|
| ResourceServiceBuilderFactory<T> |
Create a service builder that can be configured via a resource model.
|
| ResourceServiceHandler |
Handles service installation and removal for use by
AddStepHandler and RemoveStepHandler. |
| ResourceServiceNameFactory |
Generates the
ServiceName for a resource service. |
| Schema<S extends Schema<S>> |
Defines an XML schema version.
|
| ServiceNameFactory |
Factory for generating a
ServiceName for a requirement. |
| ServiceNameFactoryProvider |
Provides a factory for generating a
ServiceName for a capability. |
| UnaryServiceNameFactory |
Factory for generating a
ServiceName for a unary requirement. |
| UnaryServiceNameFactoryProvider |
Provides a factory for generating a
ServiceName for a unary requirement. |
| WriteAttributeStepHandlerDescriptor |
| Class | Description |
|---|---|
| AbstractResourceDefinition<R> |
Resource definition for resources that performs all registration via
Registration.register(Object). |
| AddIfAbsentStepHandler |
Adds a given child resource if absent.
|
| AddStepHandler |
Generic add operation step handler that delegates service installation/rollback to a
ResourceServiceHandler. |
| AttributeMarshallers |
AttributeMarshaller utilities. |
| AttributeParsers |
AttributeParser utilities. |
| BoottimeAddStepHandler |
Generic boot-time add step handler that delegates service installation/rollback to a
ResourceServiceHandler. |
| CapabilityReference |
CapabilityReferenceRecorder that delegates to Capability.resolve(org.jboss.as.controller.PathAddress) to generate the name of the dependent capability. |
| CapabilityRegistration |
Registration facility for capabilities.
|
| ChildResourceDefinition |
Resource definition for child resources that performs all registration via
Registration.register(Object). |
| ExecutionHandler<C,E extends Executable<C>> |
Generic operation handler for an executable management object.
|
| MetricHandler<C> |
Generic
OperationStepHandler for runtime metrics. |
| OperationHandler<C> |
Generic
OperationStepHandler for runtime operations. |
| Operations |
Utility methods for creating/manipulating management operations.
|
| ParentResourceServiceHandler<T> |
A
SimpleResourceServiceHandler that uses a recursively read model, to include child resources. |
| ReloadRequiredWriteAttributeHandler |
Convenience extension of
ReloadRequiredWriteAttributeHandler that can be initialized with an Attribute set. |
| RemoveStepHandler |
Generic remove operation step handler that delegates service removal/recovery to a dedicated
ResourceServiceHandler. |
| RequirementCapability |
Provides a capability definition provider built from a requirement.
|
| RequirementServiceNameFactory | |
| ResourceDescriptor |
Describes the properties of resource used by
AddStepHandler. |
| RestartParentResourceAddStepHandler<T> |
Add operation handler that leverages a
ResourceServiceBuilderFactory to restart a parent resource.. |
| RestartParentResourceRemoveStepHandler<T> |
Remove operation handler that leverages a
ResourceServiceBuilderFactory to restart a parent resource.. |
| RestartParentResourceStepHandler<T> |
Generic operation handler that leverages a
ResourceServiceBuilderFactory to restart a parent resource.. |
| RestartParentResourceWriteAttributeHandler<T> |
RestartParentWriteAttributeHandler that leverages a ResourceServiceBuilderFactory for service recreation. |
| SimpleAliasEntry |
Simple alias entry that converts address using the alias and target addresses with which it was initialized/registered.
|
| SimpleAttribute |
Adapts an
AttributeDefinition to the Attribute interface. |
| SimpleResourceServiceHandler<T> |
Simple
ResourceServiceHandler that installs/removes a single service via a ResourceServiceBuilderFactory. |
| SubsystemResourceDefinition |
Resource definition for subsystem resources that performs all registration via
#register(SubsystemRegistration). |
| UnaryRequirementCapability |
Provides a capability definition provider built from a unary requirement.
|
| UnaryRequirementServiceNameFactory |
Factory for generating a
ServiceName for a UnaryRequirement. |
| Enum | Description |
|---|---|
| CommonUnaryRequirement |
Enumerates common unary requirements for clustering resources
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.