Uses of Class
org.jboss.as.controller.AbstractWriteAttributeHandler
Packages that use AbstractWriteAttributeHandler
-
Uses of AbstractWriteAttributeHandler in org.jboss.as.controller
Subclasses of AbstractWriteAttributeHandler in org.jboss.as.controllerModifier and TypeClassDescriptionclassAwrite-attributehandler that simply validates the attribute value and stores it in the model.classSimpleAbstractWriteAttributeHandlerthat triggers putting the process in a restart-required state if attribute that has flagAttributeAccess.Flag.RESTART_JVMotherwise it puts process in reload-required state.classSimpleAbstractWriteAttributeHandlerthat, if allowed, restarts a parent resource when a change is made. -
Uses of AbstractWriteAttributeHandler in org.jboss.as.controller.security
Subclasses of AbstractWriteAttributeHandler in org.jboss.as.controller.securityModifier and TypeClassDescriptionclassA write attribute handler that is capable of handling automatic updates of credential stores via credential reference attributes.