Uses of Class
org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder
-
Packages that use AbstractWriteAttributeHandler.HandbackHolder Package Description org.jboss.as.controller org.jboss.as.controller.security -
-
Uses of AbstractWriteAttributeHandler.HandbackHolder in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type AbstractWriteAttributeHandler.HandbackHolder Modifier and Type Method Description protected abstract booleanAbstractWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<T> handbackHolder)Hook to allow subclasses to make runtime changes to effect the attribute value change.protected booleanModelOnlyWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<Void> handbackHolder)protected booleanReloadRequiredWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<Void> voidHandback)protected booleanRestartParentWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<org.jboss.dmr.ModelNode> handbackHolder) -
Uses of AbstractWriteAttributeHandler.HandbackHolder in org.jboss.as.controller.security
Methods in org.jboss.as.controller.security with parameters of type AbstractWriteAttributeHandler.HandbackHolder Modifier and Type Method Description protected booleanCredentialReferenceWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<Void> handbackHolder)
-