| java.lang.Object org.cougaar.core.thread.ThreadPool
ThreadPool | class ThreadPool (Code) | | A pool of native Java threads used by the standard implementation of the
ThreadService . By default this pool has a fixed size.
|
Inner Class :final static class PooledThread extends Thread | |
ThreadPool | ThreadPool(int maximumSize, int initialSize, String name)(Code) | | |
constructReusableThread | PooledThread constructReusableThread()(Code) | | actually construct a new PooledThread *
|
stopAllThreads | void stopAllThreads()(Code) | | |
|
|