Package org.apache.commons.threadpool

The Core API of Commons ThreadPool which revolves around a simple ThreadPool interface.

See:
          Description

Interface Summary
ThreadPool An interface representing some kind of thread pool which allows asynchronous dispatching of Runnable tasks.
ThreadPoolMonitor The idea is that the end-user can write a implementation of this class that allows them have a deterministic for the events that are monitored for.
 

Class Summary
CommonsLoggingThreadPoolMonitor  
DefaultThreadPool A default implementation of a ThreadPool which is constructed with a given number of threads.
MTQueue A multithreaded blocking queue which is very useful for implementing producer-consumer style threading patterns.
NullThreadPoolMonitor NullObject pattern impl of ThreadPoolMonitor
 

Package org.apache.commons.threadpool Description

The Core API of Commons ThreadPool which revolves around a simple ThreadPool interface. In addition the MTQueue can be useful for low level inter-thread communication.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.