org.jacorb.util.threadpool
public class ThreadPool extends Object
Version: $Id: ThreadPool.java,v 1.21 2006/07/12 11:34:43 alphonse.bendt Exp $
Constructor Summary | |
---|---|
ThreadPool(Configuration configuration, String threadNamePrefix, ConsumerFactory factory, int max_threads, int max_idle_threads) |
Method Summary | |
---|---|
protected Object | getJob() |
void | putJob(Object job) |
void | shutdown()shutdown will shutdown the pool. |
shutdown
will shutdown the pool.