public class ServerGroupSocketBindingGroupWriteAttributeHandler extends ModelOnlyWriteAttributeHandler
AbstractWriteAttributeHandler.HandbackHolder<T>
Constructor and Description |
---|
ServerGroupSocketBindingGroupWriteAttributeHandler(boolean master,
DomainControllerRuntimeIgnoreTransformationRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue,
Resource resource)
Hook to allow subclasses to do any final
OperationContext.Stage.MODEL processing following the
application of the new attribute value. |
applyUpdateToRuntime, requiresRuntime, revertUpdateToRuntime
execute, getAttributeDefinition, validateResolvedValue, validateUnresolvedValue, validateUpdatedModel
public ServerGroupSocketBindingGroupWriteAttributeHandler(boolean master, DomainControllerRuntimeIgnoreTransformationRegistry registry)
protected void finishModelStage(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode currentValue, Resource resource) throws OperationFailedException
AbstractWriteAttributeHandler
OperationContext.Stage.MODEL
processing following the
application of the new attribute value. This default implementation calls
AbstractWriteAttributeHandler.validateUpdatedModel(OperationContext, Resource)
.
NOTE: Implementations must not call
OperationContext.completeStep(OperationContext.ResultHandler)
or any of its variants. The method that
calls this one handles step completion.
finishModelStage
in class AbstractWriteAttributeHandler<Void>
context
- the operation contextoperation
- the operationattributeName
- the name of the attribute being modifiednewValue
- the new value for the attributecurrentValue
- the previous value for the attributeresource
- the updated model resourceOperationFailedException
Copyright © 2014 JBoss by Red Hat. All rights reserved.