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)static org.jboss.dmr.ModelNodeOperations. createListAddOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, String value)static org.jboss.dmr.ModelNodeOperations. createListGetOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, int index)static org.jboss.dmr.ModelNodeOperations. createListRemoveOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, int index)static org.jboss.dmr.ModelNodeOperations. createListRemoveOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, String value)static org.jboss.dmr.ModelNodeOperations. createMapClearOperation(org.jboss.as.controller.PathAddress address, Attribute attribute)static org.jboss.dmr.ModelNodeOperations. createMapGetOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, String key)static org.jboss.dmr.ModelNodeOperations. createMapPutOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, String key, String value)static org.jboss.dmr.ModelNodeOperations. createMapRemoveOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, String key)static org.jboss.dmr.ModelNodeOperations. createReadAttributeOperation(org.jboss.as.controller.PathAddress address, Attribute attribute)Creates a read-attribute operation using the specified address and name.static org.jboss.dmr.ModelNodeOperations. createUndefineAttributeOperation(org.jboss.as.controller.PathAddress address, Attribute attribute)Creates an undefine-attribute operation using the specified address and name.static org.jboss.dmr.ModelNodeOperations. createWriteAttributeOperation(org.jboss.as.controller.PathAddress address, Attribute attribute, org.jboss.dmr.ModelNode value)Creates a write-attribute operation using the specified address, name and value.Method parameters in org.jboss.as.clustering.controller with type arguments of type Attribute Modifier and Type Method Description ResourceDescriptorResourceDescriptor. addAttributes(Iterable<? extends Attribute> attributes)ResourceDescriptorResourceDescriptor. addExtraParameters(Iterable<? extends Attribute> parameters)ResourceDescriptorResourceDescriptor. addIgnoredAttributes(Iterable<? extends Attribute> attributes)static org.jboss.dmr.ModelNodeOperations. createAddOperation(org.jboss.as.controller.PathAddress address, int index, Map<Attribute,org.jboss.dmr.ModelNode> parameters)Creates an indexed add operation using the specified address and parametersstatic org.jboss.dmr.ModelNodeOperations. createAddOperation(org.jboss.as.controller.PathAddress address, Map<Attribute,org.jboss.dmr.ModelNode> parameters)Creates an add operation using the specified address and parametersConstructors 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)
-