Package org.kuali.rice.ksb.messaging.threadpool

Interface Summary
KSBScheduledPool  
KSBThreadPool A thread pool which can be used to schedule asynchronous tasks.
 

Class Summary
KSBScheduledThreadPoolExecutor  
KSBScheduledThreadPoolExecutor.KSBThreadFactory  
KSBThreadPoolImpl A Thread Pool implementation for the KSB which implements a thread pool backed by a configuration store.
KSBThreadPoolImpl.KSBThreadFactory A simple ThreadFactory which names the thread as follows:

serviceNamespace/KSB-pool-m-thread-n

Where serviceNamespace is the service namespace of the application running the thread pool, m is the sequence number of the factory and n is the sequence number of the thread within the factory.
PriorityBlockingQueuePersistedMessageComparator A comparator to put into the PriorityBlockingQueue used in the KSBThreadPoolImpl.
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.