Class HttpListenerWorkerAttributeWriteHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
org.wildfly.extension.undertow.HttpListenerWorkerAttributeWriteHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class HttpListenerWorkerAttributeWriteHandler extends org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
http/https write handler for worker attribute.
Author:
baranowb
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

    org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T extends Object>
  • Field Summary

    Fields inherited from class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    finishModelStage(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue, org.jboss.as.controller.registry.Resource model)
     

    Methods inherited from class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler

    applyUpdateToRuntime, revertUpdateToRuntime

    Methods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

    execute, getAttributeDefinition, recordCapabilitiesAndRequirements, requiresRuntime, validateUpdatedModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpListenerWorkerAttributeWriteHandler

      public HttpListenerWorkerAttributeWriteHandler()
  • Method Details

    • finishModelStage

      protected void finishModelStage(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue, org.jboss.as.controller.registry.Resource model) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      finishModelStage in class org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
      Throws:
      org.jboss.as.controller.OperationFailedException