net.dpml.http
Class BoundedThreadPool
java.lang.Object
org.mortbay.component.AbstractLifeCycle
org.mortbay.thread.BoundedThreadPool
net.dpml.http.BoundedThreadPool
- All Implemented Interfaces:
- LifeCycle, Serializable, ThreadPool
- public class BoundedThreadPool
- extends BoundedThreadPool
Thread pool implementation.
- Version:
- 0.0.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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