Uses of Interface
org.jboss.as.clustering.controller.Attribute
Packages that use Attribute
-
Uses of Attribute in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller with type parameters of type AttributeModifier and TypeClassDescriptionclassSimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute>ResourceDescriptorconfigurator for the common case of adding an enumeration of attributes.Subinterfaces of Attribute in org.jboss.as.clustering.controllerModifier and TypeInterfaceDescriptioninterfaceMetric<C>Interface to be implemented by metric enumerations.Classes in org.jboss.as.clustering.controller that implement AttributeMethods in org.jboss.as.clustering.controller with type parameters of type AttributeModifier and TypeMethodDescription<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) Convenience method that exposes an Attribute enum as a stream ofAttributeDefinitions.Attribute.stream(Collection<A> attributes) Convenience method that exposes a set of attributes as a stream ofAttributeDefinitions.Methods in org.jboss.as.clustering.controller that return AttributeModifier and TypeMethodDescriptionAttributeTranslation.getTargetAttribute()ListAttributeTranslation.getTargetAttribute()Methods in org.jboss.as.clustering.controller with parameters of type AttributeModifier and TypeMethodDescriptionResourceDescriptor.addAttribute(Attribute attribute, org.jboss.as.controller.OperationStepHandler writeAttributeHandler) ResourceDescriptor.addAttributes(Attribute... attributes) ResourceDescriptor.addAttributeTranslation(Attribute sourceAttribute, AttributeTranslation translation) ResourceDescriptor.addExtraParameters(Attribute... parameters) ResourceDescriptor.addIgnoredAttributes(Attribute... attributes) Method parameters in org.jboss.as.clustering.controller with type arguments of type AttributeModifier and TypeMethodDescriptionResourceDescriptor.addAttributes(Set<? extends Attribute> attributes) ResourceDescriptor.addExtraParameters(Set<? extends Attribute> parameters) ResourceDescriptor.addIgnoredAttributes(Set<? extends Attribute> attributes) Constructors in org.jboss.as.clustering.controller with parameters of type AttributeModifierConstructorDescriptionCapabilityReference(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) Deprecated.ListAttributeTranslation(Attribute targetAttribute) -
Uses of Attribute in org.jboss.as.clustering.controller.transform
Constructors in org.jboss.as.clustering.controller.transform with parameters of type AttributeModifierConstructorDescriptionSingletonListAttributeConverter(Attribute listAttribute) UndefinedAttributesDiscardPolicy(Attribute... attributes) Constructor parameters in org.jboss.as.clustering.controller.transform with type arguments of type Attribute