Uses of Interface
org.jboss.as.clustering.controller.AttributeTranslation
-
Packages that use AttributeTranslation Package Description org.jboss.as.clustering.controller -
-
Uses of AttributeTranslation in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement AttributeTranslation Modifier and Type Class Description classListAttributeTranslationAn 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 AttributeTranslation Modifier and Type Method Description Map<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 AttributeTranslation Modifier and Type Method Description ResourceDescriptorResourceDescriptor. addAttributeTranslation(Attribute sourceAttribute, AttributeTranslation translation)Constructors in org.jboss.as.clustering.controller with parameters of type AttributeTranslation Constructor Description ReadAttributeTranslationHandler(AttributeTranslation translation)WriteAttributeTranslationHandler(AttributeTranslation translation)
-