Package org.jboss.threads

Interface Summary
DirectExecutor A direct executor.
DirectExecutorService A direct executor service.
InterruptHandler A thread interrupt handler.
ThreadPoolExecutorMBean  
 

Class Summary
ArrayQueue<E> A simple array-backed queue with a fixed size.
AtomicArray<T,V> Utility for snapshot/copy-on-write arrays.
BalancingExecutor A simple load-balancing executor.
JBossExecutors  
JBossThread  
JBossThreadFactory  
JBossThreadPoolExecutor  
OrderedExecutor An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.
ProtectedDirectExecutor A direct executor that simply delegates to another direct executor.
ProtectedDirectExecutorService A DirectExecutor version of ProtectedExecutorService.
ProtectedExecutor An executor that simply delegates to another executor.
ProtectedExecutorService An implementation of ExecutorService that delegates to the real executor, while disallowing termination.
ProtectedScheduledExecutorService An implementation of ScheduledExecutorService that delegates to the real executor, while disallowing termination.
SimpleQueueExecutor An executor which uses a regular queue to hold tasks.
 

Enum Summary
RejectionPolicy Specify the way a task rejection should be handled.
 



Copyright © 2011. All Rights Reserved.