Class ListAttributeTranslation
- java.lang.Object
-
- org.jboss.as.clustering.controller.ListAttributeTranslation
-
- All Implemented Interfaces:
AttributeTranslation
public class ListAttributeTranslation extends Object implements AttributeTranslation
An attribute translator that converts a single value to/from a list of values.- Author:
- Paul Ferraro
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.clustering.controller.AttributeTranslation
IDENTITY_ADDRESS_TRANSFORMATION, IDENTITY_TRANSLATOR
-
-
Constructor Summary
Constructors Constructor Description ListAttributeTranslation(Attribute targetAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeValueTranslatorgetReadTranslator()AttributegetTargetAttribute()AttributeValueTranslatorgetWriteTranslator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.AttributeTranslation
getPathAddressTransformation
-
-
-
-
Constructor Detail
-
ListAttributeTranslation
public ListAttributeTranslation(Attribute targetAttribute)
-
-
Method Detail
-
getTargetAttribute
public Attribute getTargetAttribute()
- Specified by:
getTargetAttributein interfaceAttributeTranslation
-
getReadTranslator
public AttributeValueTranslator getReadTranslator()
- Specified by:
getReadTranslatorin interfaceAttributeTranslation
-
getWriteTranslator
public AttributeValueTranslator getWriteTranslator()
- Specified by:
getWriteTranslatorin interfaceAttributeTranslation
-
-