Class ListAttributeTranslation
java.lang.Object
org.jboss.as.clustering.controller.ListAttributeTranslation
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.AttributeTranslation
getPathAddressTransformation
-
Constructor Details
-
ListAttributeTranslation
-
-
Method Details
-
getTargetAttribute
- Specified by:
getTargetAttributein interfaceAttributeTranslation
-
getReadTranslator
- Specified by:
getReadTranslatorin interfaceAttributeTranslation
-
getWriteTranslator
- Specified by:
getWriteTranslatorin interfaceAttributeTranslation
-