Class WriteAttributeTranslationHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public class WriteAttributeTranslationHandler
    extends Object
    implements org.jboss.as.controller.OperationStepHandler
    A write-attribute operation handler that translates a value from another attribute
    Author:
    Paul Ferraro
    • Constructor Detail

      • WriteAttributeTranslationHandler

        public WriteAttributeTranslationHandler​(AttributeTranslation translation)
    • Method Detail

      • execute

        public void execute​(org.jboss.as.controller.OperationContext context,
                            org.jboss.dmr.ModelNode operation)
                     throws org.jboss.as.controller.OperationFailedException
        Specified by:
        execute in interface org.jboss.as.controller.OperationStepHandler
        Throws:
        org.jboss.as.controller.OperationFailedException