Class WriteAttributeTranslationOperationStepHandler

java.lang.Object
org.wildfly.subsystem.resource.operation.WriteAttributeTranslationOperationStepHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class WriteAttributeTranslationOperationStepHandler 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

    • WriteAttributeTranslationOperationStepHandler

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