Uses of Class
org.apache.excalibur.thread.impl.AbstractThreadPool

Packages that use AbstractThreadPool
org.apache.avalon.excalibur.thread.impl   
org.apache.excalibur.thread.impl   
 

Uses of AbstractThreadPool in org.apache.avalon.excalibur.thread.impl
 

Subclasses of AbstractThreadPool in org.apache.avalon.excalibur.thread.impl
(package private)  class BasicThreadPool
          The ThreadPool that binds to Legacy Pooling implementation.
 

Constructors in org.apache.avalon.excalibur.thread.impl with parameters of type AbstractThreadPool
SimpleWorkerThread(AbstractThreadPool pool, java.lang.ThreadGroup group, java.lang.String name)
          Allocates a new Worker object.
 

Uses of AbstractThreadPool in org.apache.excalibur.thread.impl
 

Fields in org.apache.excalibur.thread.impl declared as AbstractThreadPool
private  AbstractThreadPool WorkerThread.m_pool
          The thread pool this thread is associated with.
 

Constructors in org.apache.excalibur.thread.impl with parameters of type AbstractThreadPool
WorkerThread(AbstractThreadPool pool, java.lang.ThreadGroup group, java.lang.String name)
          Allocates a new Worker object.