Class ThreadsWriteAttributeOperationHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<Boolean>
org.jboss.as.threads.ThreadsWriteAttributeOperationHandler
All Implemented Interfaces:
OperationStepHandler
Direct Known Subclasses:
BoundedQueueThreadPoolWriteAttributeHandler, QueuelessThreadPoolWriteAttributeHandler, ScheduledThreadPoolWriteAttributeHandler, ThreadFactoryWriteAttributeHandler, UnboundedQueueThreadPoolWriteAttributeHandler

public abstract class ThreadsWriteAttributeOperationHandler extends AbstractWriteAttributeHandler<Boolean>
Abstract superclass for write-attribute operation handlers for the threads subsystem.
Author:
Brian Stansberry, Alexey Loubyansky