Package org.wildfly.extension.undertow
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
ConstructorsConstructorDescriptionHttpListenerWorkerAttributeWriteHandler(org.jboss.as.controller.AttributeDefinition... definitions) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinishModelStage(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, revertUpdateToRuntimeMethods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
execute, getAttributeDefinition, recordCapabilitiesAndRequirements, requiresRuntime, validateUpdatedModel
-
Constructor Details
-
HttpListenerWorkerAttributeWriteHandler
public HttpListenerWorkerAttributeWriteHandler(org.jboss.as.controller.AttributeDefinition... definitions)
-
-
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:
finishModelStagein classorg.jboss.as.controller.AbstractWriteAttributeHandler<Void>- Throws:
org.jboss.as.controller.OperationFailedException
-