Class WriteAttributeTranslationHandler

java.lang.Object
org.jboss.as.clustering.controller.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 Details

    • WriteAttributeTranslationHandler

      public WriteAttributeTranslationHandler(AttributeTranslation translation)
  • Method Details

    • 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