Uses of Interface
org.jboss.as.clustering.controller.Attribute
-
Packages that use Attribute Package Description org.jboss.as.clustering.controller org.jboss.as.clustering.controller.persistence org.jboss.as.clustering.controller.transform -
-
Uses of Attribute in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller with type parameters of type Attribute Modifier and Type Class Description classSimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute>ResourceDescriptorconfigurator for the common case of adding an enumeration of attributes.Subinterfaces of Attribute in org.jboss.as.clustering.controller Modifier and Type Interface Description interfaceMetric<C>Interface to be implemented by metric enumerations.Classes in org.jboss.as.clustering.controller that implement Attribute Modifier and Type Class Description classSimpleAttributeAdapts anAttributeDefinitionto theAttributeinterface.Methods in org.jboss.as.clustering.controller with type parameters of type Attribute Modifier and Type Method Description <E extends Enum<E> & Attribute>
ResourceDescriptorResourceDescriptor. addAttributes(Class<E> enumClass)<E extends Enum<E> & Attribute>
ResourceDescriptorResourceDescriptor. addExtraParameters(Class<E> enumClass)<E extends Enum<E> & Attribute>
ResourceDescriptorResourceDescriptor. addIgnoredAttributes(Class<E> enumClass)Methods in org.jboss.as.clustering.controller that return Attribute Modifier and Type Method Description AttributeAttributeTranslation. getTargetAttribute()AttributeListAttributeTranslation. getTargetAttribute()Methods in org.jboss.as.clustering.controller with parameters of type Attribute Modifier and Type Method Description ResourceDescriptorResourceDescriptor. addAlias(Attribute alias, Attribute target)ResourceDescriptorResourceDescriptor. addAttribute(Attribute attribute, org.jboss.as.controller.OperationStepHandler writeAttributeHandler)ResourceDescriptorResourceDescriptor. addAttributes(Attribute... attributes)ResourceDescriptorResourceDescriptor. addAttributeTranslation(Attribute sourceAttribute, AttributeTranslation translation)ResourceDescriptorResourceDescriptor. addExtraParameters(Attribute... parameters)ResourceDescriptorResourceDescriptor. addIgnoredAttributes(Attribute... attributes)Method parameters in org.jboss.as.clustering.controller with type arguments of type Attribute Modifier and Type Method Description ResourceDescriptorResourceDescriptor. addAttributes(Set<? extends Attribute> attributes)ResourceDescriptorResourceDescriptor. addExtraParameters(Set<? extends Attribute> parameters)ResourceDescriptorResourceDescriptor. addIgnoredAttributes(Set<? extends Attribute> attributes)Constructors in org.jboss.as.clustering.controller with parameters of type Attribute Constructor Description CapabilityReference(Capability capability, BinaryRequirement requirement, Attribute parentAttribute)Creates a new reference between the specified capability and the specified requirementCredentialSourceDependency(org.jboss.as.controller.OperationContext context, Attribute attribute, org.jboss.dmr.ModelNode model)ListAttributeTranslation(Attribute targetAttribute)ModuleServiceConfigurator(org.jboss.msc.service.ServiceName name, Attribute attribute)ModulesServiceConfigurator(org.jboss.msc.service.ServiceName name, Attribute attribute, List<org.jboss.modules.Module> defaultModules) -
Uses of Attribute in org.jboss.as.clustering.controller.persistence
Methods in org.jboss.as.clustering.controller.persistence with type parameters of type Attribute Modifier and Type Method Description <A extends Enum<A> & Attribute>
AttributeXMLBuilderOperatorAttributeXMLBuilderOperator. addAttributes(Class<A> attributeClass)<A extends Attribute>
AttributeXMLBuilderOperatorAttributeXMLBuilderOperator. addAttributes(Set<A> attributes) -
Uses of Attribute in org.jboss.as.clustering.controller.transform
Constructors in org.jboss.as.clustering.controller.transform with parameters of type Attribute Constructor Description SingletonListAttributeConverter(Attribute listAttribute)UndefinedAttributesDiscardPolicy(Attribute... attributes)Constructor parameters in org.jboss.as.clustering.controller.transform with type arguments of type Attribute Constructor Description UndefinedAttributesDiscardPolicy(Iterable<Attribute> attributes)
-