net.dpml.http
Class BoundedThreadPool

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

public class BoundedThreadPool
extends BoundedThreadPool

Thread pool implementation.

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

Nested Class Summary
static interface BoundedThreadPool.Context
          HTTP Context handler context defintion.
 
Nested classes inherited from class org.mortbay.thread.BoundedThreadPool
BoundedThreadPool.PoolThread
 
Constructor Summary
BoundedThreadPool(BoundedThreadPool.Context context)
          Creation of a new blocking thread pool.
 
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