Uses of Interface
org.jboss.as.clustering.controller.AttributeTranslation
Packages that use AttributeTranslation
-
Uses of AttributeTranslation in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement AttributeTranslationModifier and TypeClassDescriptionclassAn attribute translator that converts a single value to/from a list of values.Methods in org.jboss.as.clustering.controller that return types with arguments of type AttributeTranslationModifier and TypeMethodDescriptionMap<org.jboss.as.controller.AttributeDefinition,AttributeTranslation> AddStepHandlerDescriptor.getAttributeTranslations()Returns a mapping of attribute translationsMap<org.jboss.as.controller.AttributeDefinition,AttributeTranslation> ResourceDescriptor.getAttributeTranslations()Methods in org.jboss.as.clustering.controller with parameters of type AttributeTranslationModifier and TypeMethodDescriptionResourceDescriptor.addAttributeTranslation(Attribute sourceAttribute, AttributeTranslation translation) Constructors in org.jboss.as.clustering.controller with parameters of type AttributeTranslationModifierConstructorDescriptionReadAttributeTranslationHandler(AttributeTranslation translation) WriteAttributeTranslationHandler(AttributeTranslation translation)