net.dpml.http
Class BoundedThreadPool

java.lang.Object
  extended by org.mortbay.component.AbstractLifeCycle
      extended by org.mortbay.thread.BoundedThreadPool
          extended by net.dpml.http.BoundedThreadPool
All Implemented Interfaces:
Serializable, LifeCycle, ThreadPool

public class BoundedThreadPool
extends BoundedThreadPool

Thread pool implementation.

Version:
0.0.4
Author:
Digital Product Meta Library
See Also:
Serialized Form

Nested Class Summary
static interface BoundedThreadPool.Context
          HTTP Context handler context defintion.
 
Nested classes/interfaces inherited from class org.mortbay.thread.BoundedThreadPool
BoundedThreadPool.PoolThread
 
Constructor Summary
BoundedThreadPool(BoundedThreadPool.Context context)
          Creation of a new blocking thread pool.
 
Method Summary
 
Methods inherited from class org.mortbay.thread.BoundedThreadPool
dispatch, doStart, doStop, getIdleThreads, getLowThreads, getMaxIdleTimeMs, getMaxThreads, getMinThreads, getName, getThreads, getThreadsPriority, isDaemon, isLowOnThreads, join, newThread, setDaemon, setLowThreads, setMaxIdleTimeMs, setMaxThreads, setMinThreads, setName, setThreadsPriority, stopJob
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedThreadPool

public BoundedThreadPool(BoundedThreadPool.Context context)
                  throws Exception
Creation of a new blocking thread pool.

Parameters:
context - the component context
Throws:
Exception - if an instantiation error occurs