A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractCapabilityReference - Class in org.jboss.as.clustering.controller
Abstract CapabilityReferenceRecorder containing logic common to attribute and resource capability references
AbstractCapabilityReference(Capability, Requirement) - Constructor for class org.jboss.as.clustering.controller.AbstractCapabilityReference
 
AbstractModulesServiceConfigurator<T> - Class in org.jboss.as.clustering.controller
 
AbstractParameterValidatorBuilder - Class in org.jboss.as.clustering.controller.validation
 
AbstractParameterValidatorBuilder() - Constructor for class org.jboss.as.clustering.controller.validation.AbstractParameterValidatorBuilder
 
AbstractResourceDefinition - Class in org.jboss.as.clustering.controller
Resource definition for resources that performs all registration via ManagementRegistrar.register(Object).
AbstractResourceDefinition(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
AbstractResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
accept(ServiceConfigurator) - Method in class org.jboss.as.clustering.controller.CompositeServiceConfigurator
 
accept(T) - Method in class org.jboss.as.clustering.controller.ServiceValueExecutor
 
add(ServiceName) - Method in class org.jboss.as.clustering.controller.ServiceValueExecutorRegistry
 
add(ServiceName) - Method in interface org.jboss.as.clustering.controller.ServiceValueRegistry
Adds a service to this registry.
addAlias(Attribute, Attribute) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttribute(Attribute, OperationStepHandler) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttribute(AttributeDefinition, OperationStepHandler) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributes(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributes(Iterable<AttributeDefinition>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributes(Set<? extends Attribute>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributes(Attribute...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributes(AttributeDefinition...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributeTranslation(Attribute, AttributeTranslation) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addAttributeValueTypeDescription(ModelNode, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition
 
addCapabilities(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilities(Iterable<? extends Capability>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilities(Predicate<ModelNode>, Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilities(Predicate<ModelNode>, Iterable<? extends Capability>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilities(Predicate<ModelNode>, Capability...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilities(Capability...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.CapabilityReference
 
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.PredicateCapabilityReference
 
addCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.ResourceCapabilityReference
 
addDescription(String, String) - Method in class org.jboss.as.clustering.controller.descriptions.SimpleResourceDescriptionResolver
 
addExtraParameters(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addExtraParameters(Iterable<AttributeDefinition>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addExtraParameters(Set<? extends Attribute>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addExtraParameters(Attribute...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addExtraParameters(AttributeDefinition...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
AddIfAbsentStepHandler - Class in org.jboss.as.clustering.controller
Adds a given child resource if absent.
AddIfAbsentStepHandler(BiPredicate<Resource, PathElement>) - Constructor for class org.jboss.as.clustering.controller.AddIfAbsentStepHandler
 
addIgnoredAttributes(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addIgnoredAttributes(Iterable<AttributeDefinition>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addIgnoredAttributes(Set<? extends Attribute>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addIgnoredAttributes(Attribute...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addIgnoredAttributes(AttributeDefinition...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addListener(LifecycleListener) - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
addOperationParameterValueTypeDescription(ModelNode, String, ResourceDescriptionResolver, Locale, ResourceBundle) - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition
 
addRequiredChildren(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredChildren(Iterable<PathElement>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredChildren(Set<? extends ResourceDefinitionProvider>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredChildren(PathElement...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredSingletonChildren(Class<E>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredSingletonChildren(Iterable<PathElement>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredSingletonChildren(Set<? extends ResourceDefinition>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRequiredSingletonChildren(PathElement...) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addResourceCapabilityReference(CapabilityReferenceRecorder) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
addRuntimeResourceRegistration(RuntimeResourceRegistration) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
AddStepHandler - Class in org.jboss.as.clustering.controller
Generic add operation step handler that delegates service installation/rollback to a ResourceServiceHandler.
AddStepHandler(AddStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.AddStepHandler
 
AddStepHandler(AddStepHandlerDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.AddStepHandler
 
AddStepHandlerDescriptor - Interface in org.jboss.as.clustering.controller
Describes the common properties of a remove operation handler.
addValueTypeDescription(ModelNode, ResourceBundle) - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition
 
AdminOnlyOperationStepHandlerTransformer - Enum in org.jboss.as.clustering.controller
An OperationStepHandler decorator that fails when not running in admin-only mode.
alias(ContextNames.BindInfo) - Method in class org.jboss.as.clustering.naming.BinderServiceConfigurator
 
apply(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
apply(List<Module>) - Method in class org.jboss.as.clustering.controller.ModuleServiceConfigurator
 
apply(List<Module>) - Method in class org.jboss.as.clustering.controller.ModulesServiceConfigurator
 
apply(ResourceDescriptor) - Method in class org.jboss.as.clustering.controller.SimpleResourceDescriptorConfigurator
 
apply(RuntimeCapability.Builder<Void>) - Method in class org.jboss.as.clustering.controller.CapabilityNameResolverConfigurator
 
apply(OperationStepHandler) - Method in enum org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
 
apply(PathAddress) - Method in class org.jboss.as.clustering.controller.SimpleCapabilityNameResolver
 
apply(T) - Method in class org.jboss.as.clustering.controller.MetricFunction
 
apply(T) - Method in class org.jboss.as.clustering.controller.OperationFunction
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
Attribute - Interface in org.jboss.as.clustering.controller
Interface to be implemented by attribute enumerations.
attributeIgnored(String, String) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
attributeIgnored(String, String) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
attributeIgnored$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
attributesDoNotSupportNegativeValues(Set<String>) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
attributesDoNotSupportNegativeValues(Set<String>) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
attributesDoNotSupportNegativeValues$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
attributesDoNotSupportZeroValues(Set<String>) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
attributesDoNotSupportZeroValues(Set<String>) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
attributesDoNotSupportZeroValues$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
AttributeTranslation - Interface in org.jboss.as.clustering.controller
Defines an attribute translation.
AttributeValueTranslator - Interface in org.jboss.as.clustering.controller
Translates an attribute value.

B

BinaryCapabilityNameResolver - Enum in org.jboss.as.clustering.controller
Dynamic name mapper implementations for binary capability names.
BinaryRequirementCapability - Class in org.jboss.as.clustering.controller
Provides a capability definition provider built from a binary requirement.
BinaryRequirementCapability(BinaryRequirement) - Constructor for class org.jboss.as.clustering.controller.BinaryRequirementCapability
Creates a new capability based on the specified requirement
BinaryRequirementCapability(BinaryRequirement, UnaryOperator<RuntimeCapability.Builder<Void>>) - Constructor for class org.jboss.as.clustering.controller.BinaryRequirementCapability
Creates a new capability based on the specified requirement
BinaryRequirementCapability(BinaryRequirement, BinaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.BinaryRequirementCapability
Creates a new capability based on the specified requirement
BinaryRequirementServiceNameFactory - Class in org.jboss.as.clustering.controller
Factory for generating a ServiceName for a BinaryRequirement.
BinaryRequirementServiceNameFactory(BinaryRequirement) - Constructor for class org.jboss.as.clustering.controller.BinaryRequirementServiceNameFactory
 
BinaryServiceNameFactory - Interface in org.jboss.as.clustering.controller
Factory for generating a ServiceName for a binary requirement.
BinaryServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
Provides a factory for generating a ServiceName for a binary requirement.
BinderServiceConfigurator - Class in org.jboss.as.clustering.naming
Configures a service providing a ManagedReferenceFactory JNDI binding.
BinderServiceConfigurator(ContextNames.BindInfo, ServiceName) - Constructor for class org.jboss.as.clustering.naming.BinderServiceConfigurator
 
build() - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
 
build() - Method in class org.jboss.as.clustering.controller.validation.IntRangeValidatorBuilder
 
build() - Method in class org.jboss.as.clustering.controller.validation.LongRangeValidatorBuilder
 
build() - Method in class org.jboss.as.clustering.controller.validation.ModuleIdentifierValidatorBuilder
 
build() - Method in interface org.jboss.as.clustering.controller.validation.ParameterValidatorBuilder
Builds the validator.
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.CompositeServiceConfigurator
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.FunctionalCapabilityServiceConfigurator
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.IdentityCapabilityServiceConfigurator
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.controller.ServiceValueCaptorServiceConfigurator
 
build(ServiceTarget) - Method in class org.jboss.as.clustering.naming.BinderServiceConfigurator
 
Builder(String) - Constructor for class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
 
Builder(PropertiesAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
 

C

Capability - Interface in org.jboss.as.clustering.controller
Interface to be implemented by capability enumerations.
CapabilityNameResolverConfigurator - Class in org.jboss.as.clustering.controller
Operator that configures a runtime capability with a given capability name resolver.
CapabilityNameResolverConfigurator(Function<PathAddress, String[]>) - Constructor for class org.jboss.as.clustering.controller.CapabilityNameResolverConfigurator
Creates a new capability name resolver configurator
CapabilityProvider - Interface in org.jboss.as.clustering.controller
Provides a capability instance.
CapabilityReference - Class in org.jboss.as.clustering.controller
CapabilityReferenceRecorder that delegates to Capability.resolve(org.jboss.as.controller.PathAddress) to generate the name of the dependent capability.
CapabilityReference(Capability, BinaryRequirement, Attribute) - Constructor for class org.jboss.as.clustering.controller.CapabilityReference
Creates a new reference between the specified capability and the specified requirement
CapabilityReference(Capability, BinaryRequirement, PathElement) - Constructor for class org.jboss.as.clustering.controller.CapabilityReference
Creates a new reference between the specified capability and the specified requirement
CapabilityReference(Capability, UnaryRequirement) - Constructor for class org.jboss.as.clustering.controller.CapabilityReference
Creates a new reference between the specified capability and the specified requirement
CapabilityRegistrar - Class in org.jboss.as.clustering.controller
Registration facility for capabilities.
CapabilityRegistrar(Class<E>) - Constructor for class org.jboss.as.clustering.controller.CapabilityRegistrar
 
CapabilityRegistrar(Collection<? extends Capability>) - Constructor for class org.jboss.as.clustering.controller.CapabilityRegistrar
 
CapabilityRegistrar(Capability...) - Constructor for class org.jboss.as.clustering.controller.CapabilityRegistrar
 
CapabilityServiceConfigurator - Interface in org.jboss.as.clustering.controller
 
CapabilityServiceNameProvider - Class in org.jboss.as.clustering.controller
Service name provider for a capability.
CapabilityServiceNameProvider(Capability, PathAddress) - Constructor for class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
 
checkResource(TransformationContext, PathAddress) - Method in enum org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
 
checkResource(TransformationContext, PathAddress) - Method in class org.jboss.as.clustering.controller.transform.UndefinedAttributesDiscardPolicy
 
ChildResourceDefinition<R extends org.jboss.as.controller.registry.ManagementResourceRegistration> - Class in org.jboss.as.clustering.controller
Resource definition for child resources that performs all registration via ManagementRegistrar.register(Object).
ChildResourceDefinition(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.clustering.controller.ChildResourceDefinition
 
ChildResourceDefinition(SimpleResourceDefinition.Parameters) - Constructor for class org.jboss.as.clustering.controller.ChildResourceDefinition
 
ChildResourceProvider - Interface in org.jboss.as.clustering.controller
Provides child resources.
ChildResourceRegistrar<R extends org.jboss.as.controller.registry.ManagementResourceRegistration> - Interface in org.jboss.as.clustering.controller
Registration interface for child resource definitions.
clone() - Method in class org.jboss.as.clustering.controller.ComplexResource
 
close() - Static method in class org.jboss.as.clustering.function.Consumers
Returns a consumer that closes its input.
ClusteringLogger - Interface in org.jboss.as.clustering.logging
 
ClusteringLogger_$logger - Class in org.jboss.as.clustering.logging
Warning this class consists of generated code.
ClusteringLogger_$logger(Logger) - Constructor for class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
CommonRequirement - Enum in org.jboss.as.clustering.controller
Enumerates common requirements for clustering resources.
CommonUnaryRequirement - Enum in org.jboss.as.clustering.controller
Enumerates common unary requirements for clustering resources
ComplexResource - Class in org.jboss.as.clustering.controller
A generic Resource decorator augmented to support additional runtime children.
ComplexResource(Resource, Map<String, ChildResourceProvider>) - Constructor for class org.jboss.as.clustering.controller.ComplexResource
Constructs a new resource.
ComplexResource(Resource, Map<String, ChildResourceProvider>, BiFunction<Resource, Map<String, ChildResourceProvider>, Resource>) - Constructor for class org.jboss.as.clustering.controller.ComplexResource
Constructs a new resource.
CompositeCapabilityServiceConfigurator - Class in org.jboss.as.clustering.controller
A CapabilityServiceConfigurator facade for collecting, configuring, and building; or removing; a set of ServiceConfigurator instances.
CompositeCapabilityServiceConfigurator(BiConsumer<CapabilityServiceSupport, Consumer<ServiceConfigurator>>) - Constructor for class org.jboss.as.clustering.controller.CompositeCapabilityServiceConfigurator
 
CompositeServiceBuilder<T> - Class in org.jboss.as.clustering.controller
A ServiceBuilder facade for installing a set of ServiceBuilder instances.
CompositeServiceBuilder(Iterable<ServiceBuilder<?>>) - Constructor for class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
CompositeServiceConfigurator - Class in org.jboss.as.clustering.controller
A ServiceConfigurator facade for collecting and building a set of ServiceConfigurator instances.
CompositeServiceConfigurator() - Constructor for class org.jboss.as.clustering.controller.CompositeServiceConfigurator
 
CompositeServiceConfigurator(ServiceName) - Constructor for class org.jboss.as.clustering.controller.CompositeServiceConfigurator
 
configure(AbstractAttributeDefinitionBuilder<?, ?>) - Method in class org.jboss.as.clustering.controller.validation.AbstractParameterValidatorBuilder
 
configure(AbstractAttributeDefinitionBuilder<?, ?>) - Method in interface org.jboss.as.clustering.controller.validation.ParameterValidatorBuilder
Configures this validator builder using the configuration of the specified attribute definition builder
configure(AttributeDefinition) - Method in class org.jboss.as.clustering.controller.validation.AbstractParameterValidatorBuilder
 
configure(AttributeDefinition) - Method in interface org.jboss.as.clustering.controller.validation.ParameterValidatorBuilder
Configures this validator builder using the configuration of the specified attribute definition
configure(CapabilityServiceSupport) - Method in interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
 
configure(CapabilityServiceSupport) - Method in class org.jboss.as.clustering.controller.CompositeCapabilityServiceConfigurator
 
configure(CapabilityServiceSupport) - Method in class org.jboss.as.clustering.controller.IdentityCapabilityServiceConfigurator
 
configure(CapabilityServiceSupport) - Method in class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
configure(OperationContext) - Method in interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
 
configure(OperationContext) - Method in class org.jboss.as.clustering.naming.BinderServiceConfigurator
 
configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator
 
configure(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceConfigurator
Configures a service using the specified operation context and model.
Consumers - Class in org.jboss.as.clustering.function
Consumer utility methods.
contextualize(Runnable) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
contextualize(Callable<T>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
contextualize(Supplier<T>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
contextualize(ExceptionRunnable<E>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
contextualize(ExceptionSupplier<T, E>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
ContextualResourceRegistration - Class in org.jboss.as.clustering.controller
 
ContextualResourceRegistration(ManagementResourceRegistration, ManagementRegistrationContext) - Constructor for class org.jboss.as.clustering.controller.ContextualResourceRegistration
 
ContextualSubsystemRegistration - Class in org.jboss.as.clustering.controller
 
ContextualSubsystemRegistration(SubsystemRegistration, ManagementRegistrationContext) - Constructor for class org.jboss.as.clustering.controller.ContextualSubsystemRegistration
 
ContextualSubsystemRegistration(SubsystemRegistration, ExtensionContext) - Constructor for class org.jboss.as.clustering.controller.ContextualSubsystemRegistration
 
convert(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in interface org.jboss.as.clustering.controller.transform.SimpleAttributeConverter.Converter
 
convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.clustering.controller.transform.SimpleAttributeConverter
 
convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.clustering.controller.transform.SimpleAttributeConverter
 
convertToTargetAddress(PathAddress, AliasEntry.AliasContext) - Method in class org.jboss.as.clustering.controller.SimpleAliasEntry
 
createContextualizer(ClassLoader) - Method in class org.jboss.as.clustering.naming.NamespaceContextualizerFactory
 
createJndiName(String, String...) - Static method in class org.jboss.as.clustering.naming.JndiNameFactory
 
createResource(OperationContext) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
createResource(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
createServiceConfigurator(PathAddress) - Method in interface org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactory
Creates a ServiceConfigurator for a resource
CREDENTIAL_STORE - org.jboss.as.clustering.controller.CommonUnaryRequirement
 
CredentialSourceDependency - Class in org.jboss.as.clustering.controller
 
CredentialSourceDependency(OperationContext, Attribute, ModelNode) - Constructor for class org.jboss.as.clustering.controller.CredentialSourceDependency
 

D

DATA_SOURCE - org.jboss.as.clustering.controller.CommonUnaryRequirement
 
DecoratingResourceRegistration<R extends org.jboss.as.controller.registry.ManagementResourceRegistration> - Class in org.jboss.as.clustering.controller
Generic ManagementResourceRegistration decorator.
DecoratingResourceRegistration(ManagementResourceRegistration, Function<ManagementResourceRegistration, R>) - Constructor for class org.jboss.as.clustering.controller.DecoratingResourceRegistration
 
DecoratingSubsystemRegistration<R extends org.jboss.as.controller.registry.ManagementResourceRegistration> - Class in org.jboss.as.clustering.controller
Generic SubsystemRegistration decorator.
DecoratingSubsystemRegistration(SubsystemRegistration, Function<ManagementResourceRegistration, R>) - Constructor for class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
 
DEFAULT - org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
 
DEFAULT_JNDI_NAMESPACE - Static variable in class org.jboss.as.clustering.naming.JndiNameFactory
 
DEFAULT_LOCAL_NAME - Static variable in class org.jboss.as.clustering.naming.JndiNameFactory
 
DefaultableBinaryServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
Provides a factory for generating a ServiceName for a binary requirement as well as a factory generating a ServiceName for a unary requirement.
DefaultableUnaryServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
Provides a factory for generating a ServiceName for a unary requirement as well as a factory generating a ServiceName for a default requirement.
DefaultSubsystemDescribeHandler - Class in org.jboss.as.clustering.controller
Custom subsystem describe operation handler that works with override models.
DefaultSubsystemDescribeHandler() - Constructor for class org.jboss.as.clustering.controller.DefaultSubsystemDescribeHandler
 
Definable<D> - Interface in org.jboss.as.clustering.controller
Implemented by objects with a definition.
DeploymentChainContributingAddStepHandler - Class in org.jboss.as.clustering.controller
 
DeploymentChainContributingAddStepHandler(AddStepHandlerDescriptor, ResourceServiceHandler, Consumer<DeploymentProcessorTarget>) - Constructor for class org.jboss.as.clustering.controller.DeploymentChainContributingAddStepHandler
 
DeploymentChainContributingResourceRegistrar - Class in org.jboss.as.clustering.controller
DeploymentChainContributingResourceRegistrar(ResourceDescriptor, ResourceServiceHandler, Consumer<DeploymentProcessorTarget>) - Constructor for class org.jboss.as.clustering.controller.DeploymentChainContributingResourceRegistrar
 
DeploymentChainStep - Class in org.jboss.as.clustering.controller
Deployment chain step that delegates to a DeploymentProcessorTarget consumer.
DeploymentChainStep(Consumer<DeploymentProcessorTarget>) - Constructor for class org.jboss.as.clustering.controller.DeploymentChainStep
 
describe(OrderedChildTypesAttachment, Resource, ModelNode, ModelNode, ImmutableManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.DefaultSubsystemDescribeHandler
 
Described<D> - Interface in org.jboss.as.clustering.controller
Exposes the descriptor of this object.
DescribedAddStepHandler - Interface in org.jboss.as.clustering.controller
A described add operation handler.
DiscardSingletonListAttributeChecker - Enum in org.jboss.as.clustering.controller.transform
Discards an attribute if its list value contains a single entry.
DoubleRangeValidatorBuilder - Class in org.jboss.as.clustering.controller.validation
A builder for creating a range validator for ModelType.DOUBLE parameters.
DoubleRangeValidatorBuilder() - Constructor for class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
 

E

elementIgnored(String) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
elementIgnored(String) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
elementIgnored$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
ELYTRON - org.jboss.as.clustering.controller.CommonRequirement
 
EMPTY - Static variable in class org.jboss.as.clustering.controller.SimpleCapabilityNameResolver
 
equals(Object) - Method in class org.jboss.as.clustering.controller.AbstractCapabilityReference
 
Executable<C> - Interface in org.jboss.as.clustering.controller
Generic interface for some object capable of execution.
execute(C) - Method in interface org.jboss.as.clustering.controller.Executable
Execute against the specified context.
execute(Runnable) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
execute(Callable<T>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
execute(Supplier<T>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
execute(ExpressionResolver, ModelNode, C) - Method in interface org.jboss.as.clustering.controller.Operation
Execute against the specified context.
execute(OperationContext, E) - Method in interface org.jboss.as.clustering.controller.Executor
Executes the specified executable against the specified operation context.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.AddIfAbsentStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.ReadAttributeTranslationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.RestartParentResourceAddStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.RestartParentResourceRemoveStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.RuntimeResourceRegistrationStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.WriteAttributeTranslationHandler
 
execute(OperationContext, ModelNode, Operation<C>) - Method in interface org.jboss.as.clustering.controller.OperationExecutor
Executes the specified executable against the specified operation context.
execute(DeploymentProcessorTarget) - Method in class org.jboss.as.clustering.controller.DeploymentChainStep
 
execute(ExceptionFunction<T, R, E>) - Method in interface org.jboss.as.clustering.controller.FunctionExecutor
Executes the given function.
execute(ExceptionFunction<T, R, E>) - Method in class org.jboss.as.clustering.controller.ServiceValueExecutor
 
execute(ExceptionRunnable<E>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
execute(ExceptionSupplier<T, E>) - Method in class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.MetricHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.OperationHandler
 
Executor<C,​E extends Executable<C>> - Interface in org.jboss.as.clustering.controller
Encapsulates the execution of a contextual executable.
ExtensionRegistrationContext - Class in org.jboss.as.clustering.controller
 
ExtensionRegistrationContext(ExtensionContext) - Constructor for class org.jboss.as.clustering.controller.ExtensionRegistrationContext
 

F

failedToClose(Throwable, Object) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
failedToClose(Throwable, Object) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
failedToClose$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
FunctionalCapabilityServiceConfigurator<T,​V> - Class in org.jboss.as.clustering.controller
Configures a service that provides a value created from a generic factory and mapper.
FunctionalCapabilityServiceConfigurator(ServiceName, Function<T, V>, Supplier<T>) - Constructor for class org.jboss.as.clustering.controller.FunctionalCapabilityServiceConfigurator
 
FunctionExecutor<T> - Interface in org.jboss.as.clustering.controller
Encapsulates execution of a function.
FunctionExecutorRegistry<T> - Interface in org.jboss.as.clustering.controller
Registry of FunctionExecutor objects.
Functions - Class in org.jboss.as.clustering.function
Function utility methods.

G

get() - Method in class org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator
 
get() - Method in class org.jboss.as.clustering.controller.CredentialSourceDependency
 
get() - Method in interface org.jboss.as.clustering.msc.ValueDependency
Deprecated.
 
get(ServiceName) - Method in interface org.jboss.as.clustering.controller.FunctionExecutorRegistry
Returns the function executor for the service installed using the specified name.
get(ServiceName) - Method in class org.jboss.as.clustering.controller.ServiceValueExecutorRegistry
 
getAddOperationTransformation() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Returns a transformer for the add operation handler.
getAddOperationTransformation() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getAttributes() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getAttributes() - Method in interface org.jboss.as.clustering.controller.WriteAttributeStepHandlerDescriptor
Attributes of the add operation.
getAttributeTranslations() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Returns a mapping of attribute translations
getAttributeTranslations() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getBaseDependentName() - Method in class org.jboss.as.clustering.controller.AbstractCapabilityReference
 
getBaseRequirementName() - Method in class org.jboss.as.clustering.controller.AbstractCapabilityReference
 
getCapabilities() - Method in interface org.jboss.as.clustering.controller.OperationStepHandlerDescriptor
The capabilities provided by this resource, paired with the condition under which they should be [un]registered
getCapabilities() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getCapability() - Method in interface org.jboss.as.clustering.controller.CapabilityProvider
 
getChild(String) - Method in interface org.jboss.as.clustering.controller.ChildResourceProvider
Returns a child resource with the specified name.
getChild(String) - Method in class org.jboss.as.clustering.controller.SimpleChildResourceProvider
 
getChild(PathElement) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
getChildren() - Method in interface org.jboss.as.clustering.controller.ChildResourceProvider
Returns the complete set of child resource names.
getChildren() - Method in class org.jboss.as.clustering.controller.SimpleChildResourceProvider
 
getChildren(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
getChildrenNames(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
getChildTypes() - Method in class org.jboss.as.clustering.controller.ComplexResource
 
getCustomAttributes() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Custom attributes of the add operation, processed using a specific write-attribute handler.
getCustomAttributes() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getDefaultServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.DefaultableBinaryServiceNameFactoryProvider
The factory from which to generate a ServiceName if the requested name is null.
getDefaultServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.DefaultableUnaryServiceNameFactoryProvider
The factory from which to generate a ServiceName if the requested name is null.
getDefinition() - Method in class org.jboss.as.clustering.controller.BinaryRequirementCapability
 
getDefinition() - Method in interface org.jboss.as.clustering.controller.CapabilityProvider
 
getDefinition() - Method in interface org.jboss.as.clustering.controller.Definable
Returns the definition of this object.
getDefinition() - Method in class org.jboss.as.clustering.controller.RequirementCapability
 
getDefinition() - Method in class org.jboss.as.clustering.controller.SimpleAttribute
 
getDefinition() - Method in class org.jboss.as.clustering.controller.UnaryRequirementCapability
 
getDependentName(OperationContext) - Method in class org.jboss.as.clustering.controller.AbstractCapabilityReference
 
getDescriptionResolver() - Method in interface org.jboss.as.clustering.controller.RemoveStepHandlerDescriptor
The description resolver for the operation.
getDescriptionResolver() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getDescriptor() - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
getDescriptor() - Method in interface org.jboss.as.clustering.controller.Described
Returns the descriptor of this object
getExtraParameters() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Extra parameters (not specified by WriteAttributeStepHandlerDescriptor.getAttributes()) for the add operation.
getExtraParameters() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getIgnoredAttributes() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getIgnoredAttributes() - Method in interface org.jboss.as.clustering.controller.WriteAttributeStepHandlerDescriptor
Attributes (not specified by WriteAttributeStepHandlerDescriptor.getAttributes()) will be ignored at runtime..
getLoggingLocale() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
getName() - Method in interface org.jboss.as.clustering.controller.Attribute
Returns the name of this attribute.
getName() - Method in interface org.jboss.as.clustering.controller.Capability
 
getName() - Method in enum org.jboss.as.clustering.controller.CommonRequirement
 
getName() - Method in enum org.jboss.as.clustering.controller.CommonUnaryRequirement
 
getName() - Method in interface org.jboss.as.clustering.controller.Operation
 
getOperationTransformation() - Method in interface org.jboss.as.clustering.controller.RemoveStepHandlerDescriptor
Returns a transformer to be applied to all operations that operate on an existing resource.
getOperationTransformation() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getParameters() - Method in interface org.jboss.as.clustering.controller.Operation
 
getParentAddress(PathAddress) - Method in class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
getParentAddress(PathAddress) - Method in class org.jboss.as.clustering.controller.RestartParentResourceWriteAttributeHandler
 
getParentServiceName(PathAddress) - Method in class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
getParentServiceName(PathAddress) - Method in class org.jboss.as.clustering.controller.RestartParentResourceWriteAttributeHandler
 
getPathAddressTransformation() - Method in interface org.jboss.as.clustering.controller.AttributeTranslation
 
getPathElement() - Method in interface org.jboss.as.clustering.controller.ResourceDefinitionProvider
The registration path of the provided resource definition.
getPathManager() - Method in class org.jboss.as.clustering.controller.ContextualResourceRegistration
 
getPathManager() - Method in class org.jboss.as.clustering.controller.ContextualSubsystemRegistration
 
getPathManager() - Method in class org.jboss.as.clustering.controller.ExtensionRegistrationContext
 
getPathManager() - Method in interface org.jboss.as.clustering.controller.ManagementRegistrationContext
Returns the optional PathManager of the process that is only present if the process is a server.
getReadTranslator() - Method in interface org.jboss.as.clustering.controller.AttributeTranslation
 
getReadTranslator() - Method in class org.jboss.as.clustering.controller.ListAttributeTranslation
 
getRejectedMessage(Set<String>) - Method in interface org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker.Rejecter
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
 
getRejectionLogMessage(Map<String, ModelNode>) - Method in class org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
 
getRejectionLogMessageId() - Method in enum org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
 
getRejectionLogMessageId() - Method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
 
getRejectionLogMessageId() - Method in class org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
 
getRequiredChildren() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Returns the required child resources for this resource description.
getRequiredChildren() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getRequiredSingletonChildren() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Returns the required singleton child resources for this resource description.
getRequiredSingletonChildren() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getRequirementPatternSegments(String, PathAddress) - Method in class org.jboss.as.clustering.controller.CapabilityReference
 
getRequirementPatternSegments(String, PathAddress) - Method in class org.jboss.as.clustering.controller.ResourceCapabilityReference
 
getResourceBundle(Locale) - Method in class org.jboss.as.clustering.controller.descriptions.SimpleResourceDescriptionResolver
 
getResourceCapabilityReferences() - Method in interface org.jboss.as.clustering.controller.RemoveStepHandlerDescriptor
Returns a mapping of capability references to an ancestor resource.
getResourceCapabilityReferences() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getResourceTransformation() - Method in interface org.jboss.as.clustering.controller.AddStepHandlerDescriptor
Returns a transformation for a newly created resource.
getResourceTransformation() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getRuntimeResourceRegistrations() - Method in interface org.jboss.as.clustering.controller.RemoveStepHandlerDescriptor
Returns a collection of handlers that register runtime resources Runtime resource registrations are executed in a separate MODEL stage step.
getRuntimeResourceRegistrations() - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
getServiceName() - Method in class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
 
getServiceName() - Method in class org.jboss.as.clustering.controller.ServiceValueCaptorServiceConfigurator
 
getServiceName() - Method in class org.jboss.as.clustering.controller.ServiceValueExecutor
 
getServiceName(CapabilityServiceSupport) - Method in class org.jboss.as.clustering.controller.RequirementServiceNameFactory
 
getServiceName(CapabilityServiceSupport) - Method in interface org.jboss.as.clustering.controller.ServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(CapabilityServiceSupport) - Method in interface org.jboss.as.clustering.controller.ServiceNameFactoryProvider
 
getServiceName(CapabilityServiceSupport, String) - Method in interface org.jboss.as.clustering.controller.DefaultableUnaryServiceNameFactoryProvider
 
getServiceName(CapabilityServiceSupport, String) - Method in class org.jboss.as.clustering.controller.UnaryRequirementServiceNameFactory
 
getServiceName(CapabilityServiceSupport, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(CapabilityServiceSupport, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
 
getServiceName(CapabilityServiceSupport, String, String) - Method in class org.jboss.as.clustering.controller.BinaryRequirementServiceNameFactory
 
getServiceName(CapabilityServiceSupport, String, String) - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(CapabilityServiceSupport, String, String) - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactoryProvider
 
getServiceName(CapabilityServiceSupport, String, String) - Method in interface org.jboss.as.clustering.controller.DefaultableBinaryServiceNameFactoryProvider
 
getServiceName(OperationContext) - Method in class org.jboss.as.clustering.controller.RequirementServiceNameFactory
 
getServiceName(OperationContext) - Method in interface org.jboss.as.clustering.controller.ServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(OperationContext) - Method in interface org.jboss.as.clustering.controller.ServiceNameFactoryProvider
 
getServiceName(OperationContext, String) - Method in interface org.jboss.as.clustering.controller.DefaultableUnaryServiceNameFactoryProvider
 
getServiceName(OperationContext, String) - Method in class org.jboss.as.clustering.controller.UnaryRequirementServiceNameFactory
 
getServiceName(OperationContext, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(OperationContext, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
 
getServiceName(OperationContext, String, String) - Method in class org.jboss.as.clustering.controller.BinaryRequirementServiceNameFactory
 
getServiceName(OperationContext, String, String) - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactory
Creates a ServiceName appropriate for the specified name.
getServiceName(OperationContext, String, String) - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactoryProvider
 
getServiceName(OperationContext, String, String) - Method in interface org.jboss.as.clustering.controller.DefaultableBinaryServiceNameFactoryProvider
 
getServiceName(OperationContext, BinaryCapabilityNameResolver) - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactory
Creates a ServiceName appropriate for the address of the specified OperationContext
getServiceName(OperationContext, UnaryCapabilityNameResolver) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactory
Creates a ServiceName appropriate for the address of the specified OperationContext
getServiceName(PathAddress) - Method in interface org.jboss.as.clustering.controller.Capability
 
getServiceName(PathAddress) - Method in interface org.jboss.as.clustering.controller.CapabilityProvider
 
getServiceName(PathAddress) - Method in interface org.jboss.as.clustering.controller.ResourceServiceNameFactory
Returns ServiceName for the specified resource address.
getServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.BinaryServiceNameFactoryProvider
 
getServiceNameFactory() - Method in enum org.jboss.as.clustering.controller.CommonRequirement
 
getServiceNameFactory() - Method in enum org.jboss.as.clustering.controller.CommonUnaryRequirement
 
getServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.ServiceNameFactoryProvider
 
getServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
 
getSubsystemVersion() - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
 
getTargetAttribute() - Method in interface org.jboss.as.clustering.controller.AttributeTranslation
 
getTargetAttribute() - Method in class org.jboss.as.clustering.controller.ListAttributeTranslation
 
getType() - Method in interface org.jboss.as.clustering.controller.Capability
 
getType() - Method in enum org.jboss.as.clustering.controller.CommonRequirement
 
getType() - Method in enum org.jboss.as.clustering.controller.CommonUnaryRequirement
 
getValue() - Method in class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
getValue() - Method in class org.jboss.as.clustering.msc.InjectedValueDependency
Deprecated.
 
getWriteTranslator() - Method in interface org.jboss.as.clustering.controller.AttributeTranslation
 
getWriteTranslator() - Method in class org.jboss.as.clustering.controller.ListAttributeTranslation
 
GRANDPARENT - org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
 
GRANDPARENT_CHILD - org.jboss.as.clustering.controller.BinaryCapabilityNameResolver
 
GRANDPARENT_PARENT - org.jboss.as.clustering.controller.BinaryCapabilityNameResolver
 

H

hasChild(PathElement) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
hasChildren(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
hashCode() - Method in class org.jboss.as.clustering.controller.AbstractCapabilityReference
 

I

identity() - Static method in class org.jboss.as.clustering.function.Functions
Returns a function that always returns its input argument.
IDENTITY_ADDRESS_TRANSFORMATION - Static variable in interface org.jboss.as.clustering.controller.AttributeTranslation
 
IDENTITY_TRANSLATOR - Static variable in interface org.jboss.as.clustering.controller.AttributeTranslation
 
IdentityCapabilityServiceConfigurator<T> - Class in org.jboss.as.clustering.controller
Similar to IdentityServiceConfigurator, but resolves the ServiceName of the requirement during IdentityCapabilityServiceConfigurator.configure(CapabilityServiceSupport).
IdentityCapabilityServiceConfigurator(ServiceName, BinaryServiceNameFactory, String, String) - Constructor for class org.jboss.as.clustering.controller.IdentityCapabilityServiceConfigurator
 
IdentityCapabilityServiceConfigurator(ServiceName, ServiceNameFactory) - Constructor for class org.jboss.as.clustering.controller.IdentityCapabilityServiceConfigurator
 
IdentityCapabilityServiceConfigurator(ServiceName, UnaryServiceNameFactory, String) - Constructor for class org.jboss.as.clustering.controller.IdentityCapabilityServiceConfigurator
 
IdentityLegacyCapabilityServiceConfigurator<T> - Class in org.jboss.as.clustering.controller
Deprecated.
IdentityLegacyCapabilityServiceConfigurator(ServiceName, Class<T>, BinaryServiceNameFactory, String, String) - Constructor for class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
IdentityLegacyCapabilityServiceConfigurator(ServiceName, Class<T>, ServiceNameFactory) - Constructor for class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
IdentityLegacyCapabilityServiceConfigurator(ServiceName, Class<T>, UnaryServiceNameFactory, String) - Constructor for class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
initialize(ExtensionContext) - Method in class org.jboss.as.clustering.controller.SubsystemExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.clustering.controller.SubsystemExtension
 
InjectedValueDependency<T> - Class in org.jboss.as.clustering.msc
Deprecated, for removal: This API element is subject to removal in a future version.
InjectedValueDependency(ServiceName, Class<T>) - Constructor for class org.jboss.as.clustering.msc.InjectedValueDependency
Deprecated.
 
InjectedValueDependency(ServiceNameProvider, Class<T>) - Constructor for class org.jboss.as.clustering.msc.InjectedValueDependency
Deprecated.
 
InjectorDependency<T> - Class in org.jboss.as.clustering.msc
Deprecated, for removal: This API element is subject to removal in a future version.
InjectorDependency(ServiceName, Class<T>, Injector<T>) - Constructor for class org.jboss.as.clustering.msc.InjectorDependency
Deprecated.
 
InjectorDependency(ServiceNameProvider, Class<T>, Injector<T>) - Constructor for class org.jboss.as.clustering.msc.InjectorDependency
Deprecated.
 
install() - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.ParentResourceServiceHandler
 
installServices(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
Installs runtime services for a resource, configured from the specified model.
installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.SimpleResourceServiceHandler
 
INSTANCE - org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
 
INSTANCE - org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
 
INSTANCE - org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
 
IntRangeValidatorBuilder - Class in org.jboss.as.clustering.controller.validation
 
IntRangeValidatorBuilder() - Constructor for class org.jboss.as.clustering.controller.validation.IntRangeValidatorBuilder
 
isDiscardExpressions() - Method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
 
isDiscardUndefined() - Method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
 
isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
 
isReadOnly() - Method in interface org.jboss.as.clustering.controller.Operation
 
isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
 
isRuntimeOnlyRegistrationValid() - Method in class org.jboss.as.clustering.controller.ContextualResourceRegistration
 
isRuntimeOnlyRegistrationValid() - Method in class org.jboss.as.clustering.controller.ContextualSubsystemRegistration
 
isRuntimeOnlyRegistrationValid() - Method in class org.jboss.as.clustering.controller.ExtensionRegistrationContext
 
isRuntimeOnlyRegistrationValid() - Method in interface org.jboss.as.clustering.controller.ManagementRegistrationContext
Gets whether it is valid for the extension to register resources, attributes or operations that do not involve the persistent configuration, but rather only involve runtime services.

J

JndiNameFactory - Class in org.jboss.as.clustering.naming
Factory methods for creating a JndiName.

K

KEY_STORE - org.jboss.as.clustering.controller.CommonUnaryRequirement
 

L

ListAttributeTranslation - Class in org.jboss.as.clustering.controller
An attribute translator that converts a single value to/from a list of values.
ListAttributeTranslation(Attribute) - Constructor for class org.jboss.as.clustering.controller.ListAttributeTranslation
 
LOCAL - org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
 
LOCAL_TRANSACTION_PROVIDER - org.jboss.as.clustering.controller.CommonRequirement
 
LongRangeValidatorBuilder - Class in org.jboss.as.clustering.controller.validation
 
LongRangeValidatorBuilder() - Constructor for class org.jboss.as.clustering.controller.validation.LongRangeValidatorBuilder
 
lowerBound(double) - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
Sets an inclusive lower bound of this validator.
lowerBoundExclusive(double) - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
Sets an exclusive lower bound of this validator.

M

ManagementRegistrar<R> - Interface in org.jboss.as.clustering.controller
Implemented by a management artifact that can register itself.
ManagementRegistrationContext - Interface in org.jboss.as.clustering.controller
Context used for conditional registration.
ManagementResourceRegistration - Interface in org.jboss.as.clustering.controller
Enhanced ManagementResourceRegistration that also exposes the registration context.
max(int) - Method in class org.jboss.as.clustering.controller.validation.IntRangeValidatorBuilder
 
max(long) - Method in class org.jboss.as.clustering.controller.validation.LongRangeValidatorBuilder
 
MBEAN_SERVER - org.jboss.as.clustering.controller.CommonRequirement
 
Metric<C> - Interface in org.jboss.as.clustering.controller
Interface to be implemented by metric enumerations.
MetricExecutor<C> - Interface in org.jboss.as.clustering.controller
Encapsulates the execution of a runtime metric.
MetricFunction<T,​V> - Class in org.jboss.as.clustering.controller
A functional view of a runtime metric.
MetricFunction(Function<T, V>, Metric<V>) - Constructor for class org.jboss.as.clustering.controller.MetricFunction
Creates a functional view of the specified metric using the specified mapper.
MetricHandler<C> - Class in org.jboss.as.clustering.controller
Generic OperationStepHandler for runtime metrics.
MetricHandler(MetricExecutor<C>, Class<M>) - Constructor for class org.jboss.as.clustering.controller.MetricHandler
 
MetricHandler(MetricExecutor<C>, Collection<? extends Metric<C>>) - Constructor for class org.jboss.as.clustering.controller.MetricHandler
 
MetricHandler(MetricExecutor<C>, Metric<C>[]) - Constructor for class org.jboss.as.clustering.controller.MetricHandler
 
min(int) - Method in class org.jboss.as.clustering.controller.validation.IntRangeValidatorBuilder
 
min(long) - Method in class org.jboss.as.clustering.controller.validation.LongRangeValidatorBuilder
 
ModuleIdentifierValidatorBuilder - Class in org.jboss.as.clustering.controller.validation
ParameterValidatorBuilder that builds a validator that validates that a given value is a valid ModuleIdentifier.
ModuleIdentifierValidatorBuilder() - Constructor for class org.jboss.as.clustering.controller.validation.ModuleIdentifierValidatorBuilder
 
ModuleServiceConfigurator - Class in org.jboss.as.clustering.controller
Configures a service providing a Module.
ModuleServiceConfigurator(ServiceName, Attribute) - Constructor for class org.jboss.as.clustering.controller.ModuleServiceConfigurator
 
ModulesServiceConfigurator - Class in org.jboss.as.clustering.controller
 
ModulesServiceConfigurator(ServiceName, Attribute, List<Module>) - Constructor for class org.jboss.as.clustering.controller.ModulesServiceConfigurator
 

N

NamespaceContextExecutor - Class in org.jboss.as.clustering.naming
A contextual executor that applies namespace context that was active when this object was constructed.
NamespaceContextExecutor() - Constructor for class org.jboss.as.clustering.naming.NamespaceContextExecutor
 
NamespaceContextualizerFactory - Class in org.jboss.as.clustering.naming
 
NamespaceContextualizerFactory() - Constructor for class org.jboss.as.clustering.naming.NamespaceContextualizerFactory
 
NAMING_STORE - org.jboss.as.clustering.controller.CommonRequirement
 
navigate(PathAddress) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
NEGATIVE - org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
 
NEVER - org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
Policy that discards if all attributes are undefined and resource has no children; never discards otherwise (DiscardPolicy.NEVER) in order to proceed with resource transformations.
NO_ATTRIBUTES - Static variable in interface org.jboss.as.clustering.controller.Operation
 

O

Operation<C> - Interface in org.jboss.as.clustering.controller
Interface to be implemented by operation enumerations.
OperationExecutor<C> - Interface in org.jboss.as.clustering.controller
Encapsulates the execution of a runtime operation.
OperationFunction<T,​V> - Class in org.jboss.as.clustering.controller
A functional view of a runtime operation.
OperationFunction(ExpressionResolver, ModelNode, Function<T, V>, Operation<V>) - Constructor for class org.jboss.as.clustering.controller.OperationFunction
Creates a functional view of the specified metric using the specified mapping function.
OperationHandler<C> - Class in org.jboss.as.clustering.controller
Generic OperationStepHandler for runtime operations.
OperationHandler(OperationExecutor<C>, Class<O>) - Constructor for class org.jboss.as.clustering.controller.OperationHandler
 
OperationHandler(OperationExecutor<C>, Collection<? extends Operation<C>>) - Constructor for class org.jboss.as.clustering.controller.OperationHandler
 
OperationHandler(OperationExecutor<C>, Operation<C>[]) - Constructor for class org.jboss.as.clustering.controller.OperationHandler
 
operationNotSupportedInNormalServerMode(String, String) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
operationNotSupportedInNormalServerMode(String, String) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
operationNotSupportedInNormalServerMode$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
OperationStepHandlerDescriptor - Interface in org.jboss.as.clustering.controller
 
org.jboss.as.clustering.controller - package org.jboss.as.clustering.controller
 
org.jboss.as.clustering.controller.descriptions - package org.jboss.as.clustering.controller.descriptions
 
org.jboss.as.clustering.controller.transform - package org.jboss.as.clustering.controller.transform
 
org.jboss.as.clustering.controller.validation - package org.jboss.as.clustering.controller.validation
 
org.jboss.as.clustering.function - package org.jboss.as.clustering.function
 
org.jboss.as.clustering.logging - package org.jboss.as.clustering.logging
 
org.jboss.as.clustering.msc - package org.jboss.as.clustering.msc
 
org.jboss.as.clustering.naming - package org.jboss.as.clustering.naming
 
OUTBOUND_SOCKET_BINDING - org.jboss.as.clustering.controller.CommonUnaryRequirement
 

P

ParameterValidatorBuilder - Interface in org.jboss.as.clustering.controller.validation
Builder for a ParameterValidator.
parameterValueOutOfBounds(String, double, String, double) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
parameterValueOutOfBounds(String, double, String, double) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
parameterValueOutOfBounds$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
PARENT - org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
 
PARENT_CHILD - org.jboss.as.clustering.controller.BinaryCapabilityNameResolver
 
ParentResourceServiceHandler - Class in org.jboss.as.clustering.controller
A SimpleResourceServiceHandler that uses a recursively read model, to include child resources.
ParentResourceServiceHandler(ResourceServiceConfiguratorFactory) - Constructor for class org.jboss.as.clustering.controller.ParentResourceServiceHandler
 
parse(String) - Static method in class org.jboss.as.clustering.naming.JndiNameFactory
 
PATH - org.jboss.as.clustering.controller.CommonUnaryRequirement
 
PATH_MANAGER - org.jboss.as.clustering.controller.CommonRequirement
 
pathElement(String) - Static method in class org.jboss.as.clustering.controller.SubsystemResourceDefinition
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.DeploymentChainContributingAddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.ReloadRequiredAddStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.ReloadRequiredRemoveStepHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
PersistentSubsystemExtension<S extends Enum<S> & org.jboss.as.controller.PersistentSubsystemSchema<S>> - Class in org.jboss.as.clustering.controller
Generic extension implementation that registers a single subsystem whose XML readers/writer are created from a PersistentResourceXMLDescription.
PersistentSubsystemExtension(String, SubsystemModel, Supplier<ManagementRegistrar<SubsystemRegistration>>, S) - Constructor for class org.jboss.as.clustering.controller.PersistentSubsystemExtension
Constructs a new extension using a reader/writer factory.
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
PredicateCapabilityReference - Class in org.jboss.as.clustering.controller
A capability reference recorder that registers a given requirement conditionally based the attribute value.
PredicateCapabilityReference(Capability, BinaryRequirement, BinaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement
PredicateCapabilityReference(Capability, BinaryRequirement, BinaryCapabilityNameResolver, Predicate<ModelNode>) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement
PredicateCapabilityReference(Capability, Requirement) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement for boolean attributes.
PredicateCapabilityReference(Capability, Requirement, Predicate<ModelNode>) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement
PredicateCapabilityReference(Capability, UnaryRequirement, UnaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement
PredicateCapabilityReference(Capability, UnaryRequirement, UnaryCapabilityNameResolver, Predicate<ModelNode>) - Constructor for class org.jboss.as.clustering.controller.PredicateCapabilityReference
Creates a new reference between the specified capability and the specified requirement
PropertiesAttributeDefinition - Class in org.jboss.as.clustering.controller
MapAttributeDefinition for maps with keys and values of type ModelType.STRING.
PropertiesAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
 
provides(ServiceName...) - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 

R

ReadAttributeTranslationHandler - Class in org.jboss.as.clustering.controller
A read-attribute operation handler that translates a value from another attribute
ReadAttributeTranslationHandler(AttributeTranslation) - Constructor for class org.jboss.as.clustering.controller.ReadAttributeTranslationHandler
 
recordCapabilitiesAndRequirements(OperationContext, AttributeDefinition, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.ReloadRequiredRemoveStepHandler
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
recreateParentService(OperationContext, PathAddress, ModelNode) - Method in class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
recreateParentService(OperationContext, PathAddress, ModelNode) - Method in class org.jboss.as.clustering.controller.RestartParentResourceWriteAttributeHandler
 
register(OperationContext) - Method in interface org.jboss.as.clustering.controller.RuntimeResourceRegistration
Registers runtime resources as part of an add operation.
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.CapabilityRegistrar
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.DefaultSubsystemDescribeHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.MetricHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.OperationHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.ResourceRegistrar
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.RestartParentResourceWriteAttributeHandler
 
register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.controller.CredentialSourceDependency
 
register(ServiceBuilder<X>) - Method in class org.jboss.as.clustering.msc.InjectorDependency
Deprecated.
 
register(R) - Method in interface org.jboss.as.clustering.controller.ChildResourceRegistrar
Registers this child resource, returning the new registration
register(R) - Method in interface org.jboss.as.clustering.controller.ManagementRegistrar
Registers this object with a resource.
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
registerDeploymentModel(ResourceDefinition) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
 
registerDeploymentModel(ResourceDefinition) - Method in interface org.jboss.as.clustering.controller.SubsystemRegistration
 
registerModelTransformers(ModelVersionRange, CombinedTransformer) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
Deprecated.
registerModelTransformers(ModelVersionRange, ResourceTransformer) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
Deprecated.
registerModelTransformers(ModelVersionRange, ResourceTransformer, OperationTransformer) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
Deprecated.
registerModelTransformers(ModelVersionRange, ResourceTransformer, OperationTransformer, boolean) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
Deprecated.
registerNotifications(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.controller.AbstractResourceDefinition
 
registerOverrideModel(String, OverrideDescriptionProvider) - Method in class org.jboss.as.clustering.controller.DecoratingResourceRegistration
 
registerOverrideModel(String, OverrideDescriptionProvider) - Method in interface org.jboss.as.clustering.controller.ManagementResourceRegistration
 
registerSubModel(ResourceDefinition) - Method in class org.jboss.as.clustering.controller.DecoratingResourceRegistration
 
registerSubModel(ResourceDefinition) - Method in interface org.jboss.as.clustering.controller.ManagementResourceRegistration
 
registerSubsystemModel(ResourceDefinition) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
 
registerSubsystemModel(ResourceDefinition) - Method in interface org.jboss.as.clustering.controller.SubsystemRegistration
 
registerXMLElementWriter(XMLElementWriter<SubsystemMarshallingContext>) - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
Deprecated.
reject(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in interface org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker.Rejecter
 
REJECT_AND_WARN - org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
Policy that discards if all attributes are undefined and resource has no children; rejects otherwise.
RejectAttributeValueChecker - Enum in org.jboss.as.clustering.controller.transform
 
rejectedMultipleValues(Set<String>) - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
rejectedMultipleValues(Set<String>) - Method in interface org.jboss.as.clustering.logging.ClusteringLogger
 
rejectedMultipleValues$str() - Method in class org.jboss.as.clustering.logging.ClusteringLogger_$logger
 
RejectNonSingletonListAttributeChecker - Enum in org.jboss.as.clustering.controller.transform
Rejects a list attribute if it contains more than one element.
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
 
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
 
rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in class org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
 
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
 
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
 
rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in class org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
 
ReloadRequiredAddStepHandler - Class in org.jboss.as.clustering.controller
 
ReloadRequiredAddStepHandler(AddStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.ReloadRequiredAddStepHandler
 
ReloadRequiredRemoveStepHandler - Class in org.jboss.as.clustering.controller
 
ReloadRequiredRemoveStepHandler(RemoveStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.ReloadRequiredRemoveStepHandler
 
ReloadRequiredResourceRegistrar - Class in org.jboss.as.clustering.controller
 
ReloadRequiredResourceRegistrar(AddStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.ReloadRequiredResourceRegistrar
 
remove(OperationContext) - Method in class org.jboss.as.clustering.controller.CompositeCapabilityServiceConfigurator
 
remove(ServiceName) - Method in class org.jboss.as.clustering.controller.ServiceValueExecutorRegistry
 
remove(ServiceName) - Method in interface org.jboss.as.clustering.controller.ServiceValueRegistry
Removes a service from this registry
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.CapabilityReference
 
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.PredicateCapabilityReference
 
removeCapabilityRequirements(OperationContext, Resource, String, String...) - Method in class org.jboss.as.clustering.controller.ResourceCapabilityReference
 
removeServices(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
Removes runtime services for a resource.
removeServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.SimpleResourceServiceHandler
 
RemoveStepHandler - Class in org.jboss.as.clustering.controller
Generic remove operation step handler that delegates service removal/recovery to a dedicated ResourceServiceHandler.
RemoveStepHandler(RemoveStepHandlerDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.RemoveStepHandler
 
RemoveStepHandler(RemoveStepHandlerDescriptor, OperationEntry.Flag) - Constructor for class org.jboss.as.clustering.controller.RemoveStepHandler
 
RemoveStepHandlerDescriptor - Interface in org.jboss.as.clustering.controller
Describes the common properties of a remove operation handler.
requireChild(PathElement) - Method in class org.jboss.as.clustering.controller.ComplexResource
 
RequiredChildResourceDiscardPolicy - Enum in org.jboss.as.clustering.controller.transform
Implementation of a generic DynamicDiscardPolicy that discards child resources which have all their attribute undefined and have no children.
RequirementCapability - Class in org.jboss.as.clustering.controller
Provides a capability definition provider built from a requirement.
RequirementCapability(Requirement) - Constructor for class org.jboss.as.clustering.controller.RequirementCapability
Creates a new capability based on the specified requirement
RequirementCapability(Requirement, UnaryOperator<RuntimeCapability.Builder<Void>>) - Constructor for class org.jboss.as.clustering.controller.RequirementCapability
Creates a new capability based on the specified requirement
RequirementServiceNameFactory - Class in org.jboss.as.clustering.controller
 
RequirementServiceNameFactory(Requirement) - Constructor for class org.jboss.as.clustering.controller.RequirementServiceNameFactory
 
requires(ServiceName) - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.clustering.controller.ReloadRequiredAddStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.clustering.controller.ReloadRequiredRemoveStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.clustering.controller.RemoveStepHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
resolve(PathAddress) - Method in interface org.jboss.as.clustering.controller.Capability
Resolves this capability against the specified path address
resolve(PathAddress) - Method in interface org.jboss.as.clustering.controller.CapabilityProvider
 
resolveModelAttribute(ExpressionResolver, ModelNode) - Method in interface org.jboss.as.clustering.controller.Attribute
Resolves the value of this attribute from the specified model applying any default value.
ResourceCapabilityReference - Class in org.jboss.as.clustering.controller
CapabilityReferenceRecorder for resource-level capability references.
ResourceCapabilityReference(Capability, BinaryRequirement, BinaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.ResourceCapabilityReference
Creates a new reference between the specified capability and the specified requirement
ResourceCapabilityReference(Capability, Requirement) - Constructor for class org.jboss.as.clustering.controller.ResourceCapabilityReference
Creates a new reference between the specified capability and the specified requirement
ResourceCapabilityReference(Capability, UnaryRequirement, UnaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.ResourceCapabilityReference
Creates a new reference between the specified capability and the specified requirement
ResourceDefinitionProvider - Interface in org.jboss.as.clustering.controller
Provides a ResourceDefinition and handles its registration.
ResourceDescriptor - Class in org.jboss.as.clustering.controller
Describes the properties of resource used by AddStepHandler.
ResourceDescriptor(ResourceDescriptionResolver) - Constructor for class org.jboss.as.clustering.controller.ResourceDescriptor
 
ResourceRegistrar - Class in org.jboss.as.clustering.controller
Registers add, remove, and write-attribute operation handlers and capabilities.
ResourceRegistrar(AddStepHandlerDescriptor, ManagementRegistrar<ManagementResourceRegistration>, ManagementRegistrar<ManagementResourceRegistration>, ManagementRegistrar<ManagementResourceRegistration>) - Constructor for class org.jboss.as.clustering.controller.ResourceRegistrar
 
ResourceRegistrar(AddStepHandlerDescriptor, ResourceServiceHandler, ManagementRegistrar<ManagementResourceRegistration>, ManagementRegistrar<ManagementResourceRegistration>) - Constructor for class org.jboss.as.clustering.controller.ResourceRegistrar
 
ResourceServiceConfigurator - Interface in org.jboss.as.clustering.controller
Configures a Service using the model of a resource.
ResourceServiceConfiguratorFactory - Interface in org.jboss.as.clustering.controller
Factory for creating a ResourceServiceConfigurator.
ResourceServiceHandler - Interface in org.jboss.as.clustering.controller
Handles service installation and removal for use by AddStepHandler and RemoveStepHandler.
ResourceServiceNameFactory - Interface in org.jboss.as.clustering.controller
Generates the ServiceName for a resource service.
RestartParentResourceAddStepHandler - Class in org.jboss.as.clustering.controller
Add operation handler that leverages a ResourceServiceBuilderFactory to restart a parent resource..
RestartParentResourceAddStepHandler(ResourceServiceConfiguratorFactory, AddStepHandlerDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceAddStepHandler
 
RestartParentResourceRegistrar - Class in org.jboss.as.clustering.controller
RestartParentResourceRegistrar(ResourceServiceConfiguratorFactory, ResourceDescriptor) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceRegistrar
 
RestartParentResourceRegistrar(ResourceServiceConfiguratorFactory, ResourceDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceRegistrar
 
RestartParentResourceRemoveStepHandler - Class in org.jboss.as.clustering.controller
Remove operation handler that leverages a ResourceServiceBuilderFactory to restart a parent resource..
RestartParentResourceRemoveStepHandler(ResourceServiceConfiguratorFactory, RemoveStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceRemoveStepHandler
 
RestartParentResourceRemoveStepHandler(ResourceServiceConfiguratorFactory, RemoveStepHandlerDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceRemoveStepHandler
 
RestartParentResourceStepHandler<T> - Class in org.jboss.as.clustering.controller
Generic operation handler that leverages a ResourceServiceBuilderFactory to restart a parent resource..
RestartParentResourceStepHandler(ResourceServiceConfiguratorFactory) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
RestartParentResourceWriteAttributeHandler - Class in org.jboss.as.clustering.controller
RestartParentWriteAttributeHandler that leverages a ResourceServiceBuilderFactory for service recreation.
RestartParentResourceWriteAttributeHandler(ResourceServiceConfiguratorFactory, WriteAttributeStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceWriteAttributeHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.AddStepHandler
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.DeploymentChainContributingAddStepHandler
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.clustering.controller.ReloadRequiredAddStepHandler
 
ROOT_LOGGER - Static variable in interface org.jboss.as.clustering.logging.ClusteringLogger
The root logger.
ROOT_LOGGER_CATEGORY - Static variable in interface org.jboss.as.clustering.logging.ClusteringLogger
 
RuntimeResourceRegistration - Interface in org.jboss.as.clustering.controller
Encapsulates logic for runtime resource registration.
RuntimeResourceRegistrationStepHandler - Class in org.jboss.as.clustering.controller
OperationStepHandler that registers runtime resources.
RuntimeResourceRegistrationStepHandler(RuntimeResourceRegistration) - Constructor for class org.jboss.as.clustering.controller.RuntimeResourceRegistrationStepHandler
 

S

ServiceNameFactory - Interface in org.jboss.as.clustering.controller
Factory for generating a ServiceName for a requirement.
ServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
Provides a factory for generating a ServiceName for a capability.
ServiceValueCaptor<T> - Interface in org.jboss.as.clustering.controller
Captures the value of a service.
ServiceValueCaptorServiceConfigurator<T> - Class in org.jboss.as.clustering.controller
Configures a service that captures the value of a target service.
ServiceValueCaptorServiceConfigurator(ServiceValueCaptor<T>) - Constructor for class org.jboss.as.clustering.controller.ServiceValueCaptorServiceConfigurator
 
ServiceValueExecutor<T> - Class in org.jboss.as.clustering.controller
Executes a given function against the captured value of a service.
ServiceValueExecutor(ServiceName) - Constructor for class org.jboss.as.clustering.controller.ServiceValueExecutor
 
ServiceValueExecutorRegistry<T> - Class in org.jboss.as.clustering.controller
A registry of captured service value executors.
ServiceValueExecutorRegistry() - Constructor for class org.jboss.as.clustering.controller.ServiceValueExecutorRegistry
 
ServiceValueRegistry<T> - Interface in org.jboss.as.clustering.controller
A registry of service values.
setAddOperationTransformation(UnaryOperator<OperationStepHandler>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
setHostCapable() - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
 
setInitialMode(ServiceController.Mode) - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
setInstance(Service) - Method in class org.jboss.as.clustering.controller.CompositeServiceBuilder
 
setOperationTransformation(UnaryOperator<OperationStepHandler>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
setResourceTransformation(UnaryOperator<Resource>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
 
SimpleAliasEntry - Class in org.jboss.as.clustering.controller
Simple alias entry that converts address using the alias and target addresses with which it was initialized/registered.
SimpleAliasEntry(ManagementResourceRegistration) - Constructor for class org.jboss.as.clustering.controller.SimpleAliasEntry
 
SimpleAttribute - Class in org.jboss.as.clustering.controller
Adapts an AttributeDefinition to the Attribute interface.
SimpleAttribute(AttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.SimpleAttribute
 
SimpleAttributeConverter - Class in org.jboss.as.clustering.controller.transform
Simple AttributeConverter that provides the operation or model context to a SimpleAttributeConverter.Converter.
SimpleAttributeConverter(SimpleAttributeConverter.Converter) - Constructor for class org.jboss.as.clustering.controller.transform.SimpleAttributeConverter
 
SimpleAttributeConverter.Converter - Interface in org.jboss.as.clustering.controller.transform
 
SimpleCapabilityNameResolver - Class in org.jboss.as.clustering.controller
Dynamic name mapper that uses a static mapping.
SimpleCapabilityNameResolver(String...) - Constructor for class org.jboss.as.clustering.controller.SimpleCapabilityNameResolver
 
SimpleCapabilityServiceConfigurator<T> - Class in org.jboss.as.clustering.controller
A CapabilityServiceConfigurator that provides a static value.
SimpleCapabilityServiceConfigurator(ServiceName, T) - Constructor for class org.jboss.as.clustering.controller.SimpleCapabilityServiceConfigurator
SimpleChildResourceProvider - Class in org.jboss.as.clustering.controller
A simple ChildResourceProvider containing a predefined set of children.
SimpleChildResourceProvider(Set<String>) - Constructor for class org.jboss.as.clustering.controller.SimpleChildResourceProvider
 
SimpleChildResourceProvider(Set<String>, Supplier<Resource>) - Constructor for class org.jboss.as.clustering.controller.SimpleChildResourceProvider
 
SimpleRejectAttributeChecker - Class in org.jboss.as.clustering.controller.transform
Simple RejectAttributeChecker that provides the operation or model context to a SimpleRejectAttributeChecker.Rejecter.
SimpleRejectAttributeChecker(SimpleRejectAttributeChecker.Rejecter) - Constructor for class org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
 
SimpleRejectAttributeChecker.Rejecter - Interface in org.jboss.as.clustering.controller.transform
 
SimpleResourceDescriptionResolver - Class in org.jboss.as.clustering.controller.descriptions
Simple ResourceDescriptionResolver implementation that uses a static name/description mapping.
SimpleResourceDescriptionResolver(String, String) - Constructor for class org.jboss.as.clustering.controller.descriptions.SimpleResourceDescriptionResolver
 
SimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute> - Class in org.jboss.as.clustering.controller
ResourceDescriptor configurator for the common case of adding an enumeration of attributes.
SimpleResourceDescriptorConfigurator(Class<E>) - Constructor for class org.jboss.as.clustering.controller.SimpleResourceDescriptorConfigurator
 
SimpleResourceRegistrar - Class in org.jboss.as.clustering.controller
Registers a AddStepHandler, RemoveStepHandler, and WriteAttributeStepHandler on behalf of a resource definition.
SimpleResourceRegistrar(ResourceDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.SimpleResourceRegistrar
 
SimpleResourceServiceHandler - Class in org.jboss.as.clustering.controller
Simple ResourceServiceHandler that installs/removes a single service via a ResourceServiceConfiguratorFactory.
SimpleResourceServiceHandler(ResourceServiceConfiguratorFactory) - Constructor for class org.jboss.as.clustering.controller.SimpleResourceServiceHandler
 
SingletonListAttributeConverter - Class in org.jboss.as.clustering.controller.transform
Converts a singleton list to a single value.
SingletonListAttributeConverter(Attribute) - Constructor for class org.jboss.as.clustering.controller.transform.SingletonListAttributeConverter
 
SingletonListAttributeConverter(AttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.transform.SingletonListAttributeConverter
 
SOCKET_BINDING - org.jboss.as.clustering.controller.CommonUnaryRequirement
 
SOCKET_BINDING_MANAGER - org.jboss.as.clustering.controller.CommonRequirement
 
SSL_CONTEXT - org.jboss.as.clustering.controller.CommonUnaryRequirement
 
start(StartContext) - Method in class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
start(StartContext) - Method in class org.jboss.as.clustering.controller.ServiceValueCaptorServiceConfigurator
 
stop(StopContext) - Method in class org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator
Deprecated.
 
stop(StopContext) - Method in class org.jboss.as.clustering.controller.ServiceValueCaptorServiceConfigurator
 
stream(Class<E>) - Static method in interface org.jboss.as.clustering.controller.Attribute
Convenience method that exposes an Attribute enum as a stream of AttributeDefinitions.
stream(Collection<A>) - Static method in interface org.jboss.as.clustering.controller.Attribute
Convenience method that exposes a set of attributes as a stream of AttributeDefinitions.
SubsystemExtension<S extends Enum<S> & org.jboss.as.controller.SubsystemSchema<S>> - Class in org.jboss.as.clustering.controller
Generic extension implementation that registers a single subsystem.
SubsystemExtension(String, SubsystemModel, Supplier<ManagementRegistrar<SubsystemRegistration>>, S, XMLElementWriter<SubsystemMarshallingContext>) - Constructor for class org.jboss.as.clustering.controller.SubsystemExtension
Constructs a new extension using a reader factory and a separate writer implementation.
SubsystemRegistration - Interface in org.jboss.as.clustering.controller
Enhanced SubsystemRegistration that also exposes the registration context.
SubsystemResourceDefinition - Class in org.jboss.as.clustering.controller
Resource definition for subsystem resources that performs all registration via #register(SubsystemRegistration).
SubsystemResourceDefinition(PathElement, ResourceDescriptionResolver) - Constructor for class org.jboss.as.clustering.controller.SubsystemResourceDefinition
 

T

translate(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.AttributeValueTranslator
 

U

UnaryCapabilityNameResolver - Enum in org.jboss.as.clustering.controller
Dynamic name mapper implementations for unary capability names.
UnaryRequirementCapability - Class in org.jboss.as.clustering.controller
Provides a capability definition provider built from a unary requirement.
UnaryRequirementCapability(UnaryRequirement) - Constructor for class org.jboss.as.clustering.controller.UnaryRequirementCapability
Creates a new capability based on the specified unary requirement
UnaryRequirementCapability(UnaryRequirement, UnaryOperator<RuntimeCapability.Builder<Void>>) - Constructor for class org.jboss.as.clustering.controller.UnaryRequirementCapability
Creates a new capability based on the specified unary requirement
UnaryRequirementCapability(UnaryRequirement, UnaryCapabilityNameResolver) - Constructor for class org.jboss.as.clustering.controller.UnaryRequirementCapability
Creates a new capability based on the specified unary requirement
UnaryRequirementServiceNameFactory - Class in org.jboss.as.clustering.controller
Factory for generating a ServiceName for a UnaryRequirement.
UnaryRequirementServiceNameFactory(UnaryRequirement) - Constructor for class org.jboss.as.clustering.controller.UnaryRequirementServiceNameFactory
 
UnaryServiceNameFactory - Interface in org.jboss.as.clustering.controller
Factory for generating a ServiceName for a unary requirement.
UnaryServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
Provides a factory for generating a ServiceName for a unary requirement.
UndefinedAttributesDiscardPolicy - Class in org.jboss.as.clustering.controller.transform
Convenience implementation of DynamicDiscardPolicy that silently discards (i.e.
UndefinedAttributesDiscardPolicy(Iterable<Attribute>) - Constructor for class org.jboss.as.clustering.controller.transform.UndefinedAttributesDiscardPolicy
 
UndefinedAttributesDiscardPolicy(Attribute...) - Constructor for class org.jboss.as.clustering.controller.transform.UndefinedAttributesDiscardPolicy
 
unregister(OperationContext) - Method in interface org.jboss.as.clustering.controller.RuntimeResourceRegistration
Removes runtime resources created during RuntimeResourceRegistration.register(OperationContext).
updateModel(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
 
upperBound(double) - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
Sets the inclusive upper bound of this validator.
upperBoundExclusive(double) - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
Sets the exclusive upper bound of this validator.

V

ValueDependency<T> - Interface in org.jboss.as.clustering.msc
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by SupplierDependency.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.BinaryCapabilityNameResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.CommonRequirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.CommonUnaryRequirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.BinaryCapabilityNameResolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.CommonRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.CommonUnaryRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
Returns an array containing the constants of this enum type, in the order they are declared.

W

WriteAttributeStepHandler - Class in org.jboss.as.clustering.controller
Convenience extension of ReloadRequiredWriteAttributeHandler that can be initialized with an Attribute set.
WriteAttributeStepHandler(WriteAttributeStepHandlerDescriptor) - Constructor for class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
WriteAttributeStepHandler(WriteAttributeStepHandlerDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.WriteAttributeStepHandler
 
WriteAttributeStepHandlerDescriptor - Interface in org.jboss.as.clustering.controller
 
WriteAttributeTranslationHandler - Class in org.jboss.as.clustering.controller
A write-attribute operation handler that translates a value from another attribute
WriteAttributeTranslationHandler(AttributeTranslation) - Constructor for class org.jboss.as.clustering.controller.WriteAttributeTranslationHandler
 

Z

ZERO - org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages