| java.lang.Object org.apache.catalina.cluster.tcp.ThreadPool
ThreadPool | public class ThreadPool (Code) | | Title:
Description:
Copyright: Copyright (c) 2002
Company:
author: not attributable version: 1.0 |
idle | List idle(Code) | | A very simple thread pool class. The pool size is set at
construction time and remains fixed. Threads are cycled
through a FIFO idle queue.
|
getInterestOpsMutex | public Object getInterestOpsMutex()(Code) | | |
getWorker | WorkerThread getWorker()(Code) | | Find an idle worker thread, if any. Could return null.
|
returnWorker | void returnWorker(WorkerThread worker)(Code) | | Called by the worker thread to return itself to the
idle pool.
|
|
|