Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 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
- 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<RuntimeCapability<?>>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
- addCapabilities(Collection<? 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<RuntimeCapability<?>>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
- addCapabilities(Predicate<ModelNode>, Collection<? 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
- 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
- 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 Class in org.jboss.as.clustering.controller
-
An
OperationStepHandlerdecorator that fails when not running in admin-only mode. - apply(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
- apply(ResourceDescriptor) - Method in class org.jboss.as.clustering.controller.SimpleResourceDescriptorConfigurator
- apply(OperationStepHandler) - Method in enum class org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
- 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
- BinderServiceInstaller - Class in org.jboss.as.clustering.naming
-
Installs a binder service.
- BinderServiceInstaller(ContextNames.BindInfo, ServiceName) - Constructor for class org.jboss.as.clustering.naming.BinderServiceInstaller
- build() - Method in class org.jboss.as.clustering.controller.CredentialReferenceAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.DurationAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.ModuleAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
- build() - Method in class org.jboss.as.clustering.controller.StatisticsEnabledAttributeDefinition.Builder
- Builder() - Constructor for class org.jboss.as.clustering.controller.ModuleAttributeDefinition.Builder
- Builder() - Constructor for class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- Builder() - Constructor for class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
- Builder() - Constructor for class org.jboss.as.clustering.controller.StatisticsEnabledAttributeDefinition.Builder
- Builder(String) - Constructor for class org.jboss.as.clustering.controller.ModuleAttributeDefinition.Builder
- Builder(String) - Constructor for class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- Builder(String) - Constructor for class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
- Builder(String) - Constructor for class org.jboss.as.clustering.controller.StatisticsEnabledAttributeDefinition.Builder
- Builder(String, E) - Constructor for class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- Builder(String, Class<E>) - Constructor for class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- Builder(String, ChronoUnit) - Constructor for class org.jboss.as.clustering.controller.DurationAttributeDefinition.Builder
- Builder(String, DurationAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.DurationAttributeDefinition.Builder
- Builder(String, EnumAttributeDefinition<E>) - Constructor for class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- Builder(String, ModuleAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.ModuleAttributeDefinition.Builder
- Builder(String, ModuleAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.StatisticsEnabledAttributeDefinition.Builder
- Builder(String, PropertiesAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.PropertiesAttributeDefinition.Builder
- Builder(String, RuntimeCapability<Void>) - Constructor for class org.jboss.as.clustering.controller.CredentialReferenceAttributeDefinition.Builder
- Builder(String, ListAttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- Builder(EnumAttributeDefinition<E>) - Constructor for class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
C
- Capability - Interface in org.jboss.as.clustering.controller
-
Interface to be implemented by capability enumerations.
- 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 class 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
- 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
- CommonServiceDescriptor - Interface in org.jboss.as.clustering.controller
-
Service descriptors for clustering dependencies whose providing modules do not yet expose their provided capabilities via descriptor.
- CommonUnaryRequirement - Enum Class in org.jboss.as.clustering.controller
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ComplexResource - Class in org.jboss.as.clustering.controller
-
A generic
Resourcedecorator 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.
- configure(CapabilityServiceSupport) - Method in interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
- configure(OperationContext) - Method in interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
- configure(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceConfigurator
-
Configures a service using the specified operation context and model.
- 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
ServiceConfiguratorfor a resource - CREDENTIAL_STORE - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- CREDENTIAL_STORE - Static variable in interface org.jboss.as.clustering.controller.CommonServiceDescriptor
- CredentialReferenceAttributeDefinition - Class in org.jboss.as.clustering.controller
-
Provides a credential reference attribute, with the ability to resolve directly to a credential source dependency.
- CredentialReferenceAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
D
- DATA_SOURCE - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- DATA_SOURCE - Static variable in interface org.jboss.as.clustering.controller.CommonServiceDescriptor
- DecoratingResourceRegistration<R extends org.jboss.as.controller.registry.ManagementResourceRegistration> - Class in org.jboss.as.clustering.controller
-
Generic
ManagementResourceRegistrationdecorator. - 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
SubsystemRegistrationdecorator. - DecoratingSubsystemRegistration(SubsystemRegistration, Function<ManagementResourceRegistration, R>) - Constructor for class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
- DEFAULT_JNDI_NAMESPACE - Static variable in class org.jboss.as.clustering.naming.JndiNameFactory
- 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
-
Registers a
DeploymentChainContributingAddStepHandler,ReloadRequiredRemoveStepHandler, andWriteAttributeStepHandleron behalf of a resource definition. - 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
DeploymentProcessorTargetconsumer. - 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 Class in org.jboss.as.clustering.controller.transform
-
Discards an attribute if its list value contains a single entry.
- DoubleRangeValidator - Class in org.jboss.as.clustering.controller.validation
- DoubleRangeValidator.Bound - Interface in org.jboss.as.clustering.controller.validation
- DoubleRangeValidator.Bound.Type - Enum Class in org.jboss.as.clustering.controller.validation
- DurationAttributeDefinition - Class in org.jboss.as.clustering.controller
-
Attribute definition of a given unit that resolves to a time duration.
- DurationAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
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
- EnumAttributeDefinition<E extends Enum<E>> - Class in org.jboss.as.clustering.controller
- EnumAttributeDefinition.Builder<E extends Enum<E>> - Class in org.jboss.as.clustering.controller
- exclusive(double) - Static method in interface org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound
- EXCLUSIVE - Enum constant in enum class org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound.Type
- 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(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
- 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
- FLOAT - Static variable in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
G
- get() - Method in interface org.jboss.as.clustering.msc.ValueDependency
-
Deprecated.
- 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
- 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
- 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
- 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
- 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 class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- 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
PathManagerof the process that is only present if the process is aserver. - 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 class 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 class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
- getRejectionLogMessageId() - Method in enum class 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
- 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(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
ServiceNameappropriate for the specified name. - getServiceName(CapabilityServiceSupport, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
- 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
ServiceNameappropriate for the specified name. - getServiceName(OperationContext, String) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
- getServiceName(OperationContext, UnaryCapabilityNameResolver) - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactory
-
Creates a
ServiceNameappropriate for the address of the specifiedOperationContext - getServiceName(PathAddress) - Method in interface org.jboss.as.clustering.controller.Capability
- getServiceName(PathAddress) - Method in interface org.jboss.as.clustering.controller.ResourceServiceNameFactory
-
Returns
ServiceNamefor the specified resource address. - getServiceNameFactory() - Method in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- getServiceNameFactory() - Method in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
- getStability() - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
- 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 class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- getType() - Method in interface org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound
- 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
H
- hasChild(PathElement) - Method in class org.jboss.as.clustering.controller.ComplexResource
- hasChildren(String) - Method in class org.jboss.as.clustering.controller.ComplexResource
I
- 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
- inclusive(double) - Static method in interface org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound
- INCLUSIVE - Enum constant in enum class org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound.Type
- 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.Replaced by
ServiceSupplierDependency. - 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.Replaced by
ServiceSupplierDependency. - 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(RequirementServiceTarget) - Method in class org.jboss.as.clustering.naming.BinderServiceInstaller
- installServices(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
-
Installs runtime services for a resource, configured from the specified model.
- INSTANCE - Enum constant in enum class org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
- INSTANCE - Enum constant in enum class org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
- INSTANCE - Enum constant in enum class org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
- isDiscardExpressions() - Method in enum class org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
- isDiscardUndefined() - Method in enum class org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
- isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in enum class 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 class 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 - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- KEY_STORE - Static variable in interface org.jboss.as.clustering.controller.CommonServiceDescriptor
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
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
ManagementResourceRegistrationthat also exposes the registration context. - MBeanServerResolver - Class in org.jboss.as.clustering.controller
-
Resolves an optional dependency on the server
MBeanServer. - MBeanServerResolver(RuntimeCapability<Void>) - Constructor for class org.jboss.as.clustering.controller.MBeanServerResolver
- MBeanServerResolver(RuntimeCapability<Void>, AttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.MBeanServerResolver
- 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
OperationStepHandlerfor 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
- ModuleAttributeDefinition - Class in org.jboss.as.clustering.controller
-
Attribute definition that resolves to a
ServiceDependencyon a module. - ModuleAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
- ModuleListAttributeDefinition - Class in org.jboss.as.clustering.controller
-
Attribute definition that resolves to a
ServiceDependencyon a list of modules. - ModuleListAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
N
- NamespaceContextualizerFactory - Class in org.jboss.as.clustering.naming
- NamespaceContextualizerFactory() - Constructor for class org.jboss.as.clustering.naming.NamespaceContextualizerFactory
- navigate(PathAddress) - Method in class org.jboss.as.clustering.controller.ComplexResource
- NEGATIVE - Enum constant in enum class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
- NEVER - Enum constant in enum class 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
- NON_NEGATIVE - Static variable in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
- NON_NEGATIVE_FLOAT - Static variable in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
O
- of(Iterable<? extends ResourceOperationRuntimeHandler>) - Static method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
-
Temporary adapter to the wildfly-subsystem equivalent.
- of(ResourceOperationRuntimeHandler...) - Static method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
-
Temporary adapter to the wildfly-subsystem equivalent.
- 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
OperationStepHandlerfor 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.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 - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
P
- 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
- parse(String) - Static method in class org.jboss.as.clustering.naming.JndiNameFactory
- PATH - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- 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
- POSITIVE - Static variable in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
- POSITIVE_FLOAT - Static variable in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
- PropertiesAttributeDefinition - Class in org.jboss.as.clustering.controller
-
MapAttributeDefinitionfor maps with keys and values of typeModelType.STRING. - PropertiesAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
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.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<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 - Enum constant in enum class org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
-
Policy that discards if all attributes are undefined and resource has no children; rejects otherwise.
- RejectAttributeValueChecker - Enum Class 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 Class 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 class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
- rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) - Method in enum class 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 class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
- rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) - Method in enum class 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
- removeServices(OperationContext, ModelNode) - Method in interface org.jboss.as.clustering.controller.ResourceServiceHandler
-
Removes runtime services for a resource.
- 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 Class in org.jboss.as.clustering.controller.transform
-
Implementation of a generic
DynamicDiscardPolicythat 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
- 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(OperationContext, Resource) - Method in class org.jboss.as.clustering.controller.MBeanServerResolver
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.CredentialReferenceAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.DurationAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.MBeanServerResolver
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.ModuleAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.ModuleListAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.PropertiesAttributeDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.controller.StatisticsEnabledAttributeDefinition
- resolve(PathAddress) - Method in interface org.jboss.as.clustering.controller.Capability
-
Resolves this capability against the specified path address
- 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.
- ResourceDefinitionProvider - Interface in org.jboss.as.clustering.controller
-
Provides a
ResourceDefinitionand 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
Serviceusing 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
AddStepHandlerandRemoveStepHandler. - ResourceServiceNameFactory - Interface in org.jboss.as.clustering.controller
-
Generates the
ServiceNamefor a resource service. - RestartParentResourceAddStepHandler - Class in org.jboss.as.clustering.controller
-
Add operation handler that leverages a
ResourceServiceBuilderFactoryto 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
-
Registers a
RestartParentResourceAddStepHandler,RestartParentResourceRemoveStepHandler, andRestartParentResourceWriteAttributeHandleron behalf of a resource definition. - 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
ResourceServiceBuilderFactoryto 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
ResourceServiceBuilderFactoryto restart a parent resource.. - RestartParentResourceStepHandler(ResourceServiceConfiguratorFactory) - Constructor for class org.jboss.as.clustering.controller.RestartParentResourceStepHandler
- RestartParentResourceWriteAttributeHandler - Class in org.jboss.as.clustering.controller
-
RestartParentWriteAttributeHandlerthat leverages aResourceServiceBuilderFactoryfor 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
-
OperationStepHandlerthat registers runtime resources. - RuntimeResourceRegistrationStepHandler(RuntimeResourceRegistration) - Constructor for class org.jboss.as.clustering.controller.RuntimeResourceRegistrationStepHandler
S
- setAddOperationTransformation(UnaryOperator<OperationStepHandler>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
- setAllowedValues(Set<E>) - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- setDefaultValue(E) - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- setDefaultValue(Duration) - Method in class org.jboss.as.clustering.controller.DurationAttributeDefinition.Builder
- setDefaultValue(List<Module>) - Method in class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- setDefaultValue(Module) - Method in class org.jboss.as.clustering.controller.ModuleAttributeDefinition.Builder
- setDefaultValue(Module) - Method in class org.jboss.as.clustering.controller.ModuleListAttributeDefinition.Builder
- setHostCapable() - Method in class org.jboss.as.clustering.controller.DecoratingSubsystemRegistration
- setOperationTransformation(UnaryOperator<OperationStepHandler>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
- setResourceTransformation(UnaryOperator<Resource>) - Method in class org.jboss.as.clustering.controller.ResourceDescriptor
- setSuffix(String) - Method in class org.jboss.as.clustering.controller.CredentialReferenceAttributeDefinition.Builder
- setValidator(ParameterValidator) - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- 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
AttributeDefinitionto theAttributeinterface. - SimpleAttribute(AttributeDefinition) - Constructor for class org.jboss.as.clustering.controller.SimpleAttribute
- SimpleAttributeConverter - Class in org.jboss.as.clustering.controller.transform
-
Simple
AttributeConverterthat provides the operation or model context to aSimpleAttributeConverter.Converter. - SimpleAttributeConverter(SimpleAttributeConverter.Converter) - Constructor for class org.jboss.as.clustering.controller.transform.SimpleAttributeConverter
- SimpleAttributeConverter.Converter - Interface in org.jboss.as.clustering.controller.transform
- SimpleChildResourceProvider - Class in org.jboss.as.clustering.controller
-
A simple
ChildResourceProvidercontaining 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
RejectAttributeCheckerthat provides the operation or model context to aSimpleRejectAttributeChecker.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
ResourceDescriptionResolverimplementation 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
-
ResourceDescriptorconfigurator 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, andWriteAttributeStepHandleron behalf of a resource definition. - SimpleResourceRegistrar(ResourceDescriptor, ResourceServiceHandler) - Constructor for class org.jboss.as.clustering.controller.SimpleResourceRegistrar
- 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 - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- SSL_CONTEXT - Enum constant in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.
- SSL_CONTEXT - Static variable in interface org.jboss.as.clustering.controller.CommonServiceDescriptor
- StatisticsEnabledAttributeDefinition - Class in org.jboss.as.clustering.controller
-
A standard "statistics-enabled" attribute definition.
- StatisticsEnabledAttributeDefinition.Builder - Class in org.jboss.as.clustering.controller
- 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
SubsystemRegistrationthat 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
- UnaryRequirementServiceNameFactory - Class in org.jboss.as.clustering.controller
-
Factory for generating a
ServiceNamefor aUnaryRequirement. - UnaryRequirementServiceNameFactory(UnaryRequirement) - Constructor for class org.jboss.as.clustering.controller.UnaryRequirementServiceNameFactory
- UnaryServiceNameFactory - Interface in org.jboss.as.clustering.controller
-
Factory for generating a
ServiceNamefor a unary requirement. - UnaryServiceNameFactoryProvider - Interface in org.jboss.as.clustering.controller
-
Provides a factory for generating a
ServiceNamefor a unary requirement. - UndefinedAttributesDiscardPolicy - Class in org.jboss.as.clustering.controller.transform
-
Convenience implementation of
DynamicDiscardPolicythat 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
V
- validateParameter(String, ModelNode) - Method in class org.jboss.as.clustering.controller.validation.DoubleRangeValidator
- 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 class org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jboss.as.clustering.controller.AdminOnlyOperationStepHandlerTransformer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.CommonUnaryRequirement
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.transform.DiscardSingletonListAttributeChecker
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.transform.RejectNonSingletonListAttributeChecker
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.transform.RequiredChildResourceDiscardPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.controller.validation.DoubleRangeValidator.Bound.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withAlias(ContextNames.BindInfo) - Method in class org.jboss.as.clustering.naming.BinderServiceInstaller
- withResolver(Function<String, E>) - Method in class org.jboss.as.clustering.controller.EnumAttributeDefinition.Builder
- WriteAttributeStepHandler - Class in org.jboss.as.clustering.controller
-
Convenience extension of
ReloadRequiredWriteAttributeHandlerthat can be initialized with anAttributeset. - 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 - Enum constant in enum class org.jboss.as.clustering.controller.transform.RejectAttributeValueChecker
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CommonServiceDescriptor.