Class QueueConfigurationWriteHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
-
- org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
-
- org.wildfly.extension.messaging.activemq.QueueConfigurationWriteHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class QueueConfigurationWriteHandler extends org.jboss.as.controller.ReloadRequiredWriteAttributeHandlerWrite attribute handler for attributes that update the persistent configuration of a core queue.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
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 Modifier and Type Field Description static QueueConfigurationWriteHandlerINSTANCE
-
Method Summary
-
Methods inherited from class org.jboss.as.controller.ReloadRequiredWriteAttributeHandler
applyUpdateToRuntime, revertUpdateToRuntime
-
-
-
-
Field Detail
-
INSTANCE
public static final QueueConfigurationWriteHandler INSTANCE
-
-