| java.lang.Object org.jacorb.util.threadpool.ThreadPool
ThreadPool | public class ThreadPool (Code) | | author: Nicolas Noffke version: $Id: ThreadPool.java,v 1.21 2006/07/12 11:34:43 alphonse.bendt Exp $ |
Method Summary | |
protected synchronized Object | getJob() | Logger | getLogger() getLogger returns the threadpools logger. | public synchronized void | putJob(Object job) | public synchronized void | shutdown() shutdown will shutdown the pool. |
getLogger | Logger getLogger()(Code) | | getLogger returns the threadpools logger.
a Logger value |
shutdown | public synchronized void shutdown()(Code) | | shutdown will shutdown the pool.
|
|
|