Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • HttpListenerWorkerAttributeWriteHandler

        public HttpListenerWorkerAttributeWriteHandler​(org.jboss.as.controller.AttributeDefinition... definitions)
    • Method Detail

      • 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