Class ReadAttributeTranslationHandler

java.lang.Object
org.jboss.as.clustering.controller.ReadAttributeTranslationHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

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

    • ReadAttributeTranslationHandler

      public ReadAttributeTranslationHandler(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