Class ReloadRequiredWriteAttributeHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
All Implemented Interfaces:
OperationStepHandler
Direct Known Subclasses:
CredentialReferenceWriteAttributeHandler

public class ReloadRequiredWriteAttributeHandler extends AbstractWriteAttributeHandler<Void>
Simple AbstractWriteAttributeHandler that triggers putting the process in a restart-required state if attribute that has flag AttributeAccess.Flag.RESTART_JVM otherwise it puts process in reload-required state.
Author:
Brian Stansberry (c) 2011 Red Hat Inc.