This project has retired. For details please refer to its Attic page.

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

Packages that use WorkerThread
org.apache.excalibur.thread.impl   
 

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

Methods in org.apache.excalibur.thread.impl that return WorkerThread
protected  WorkerThread AbstractThreadPool.createWorker()
          Create a WorkerThread and start it up.
protected  WorkerThread AbstractThreadPool.newWorkerThread(java.lang.String name)
          Create a new worker for pool.
protected abstract  WorkerThread AbstractThreadPool.getWorker()
          Retrieve a worker thread from pool.
 

Methods in org.apache.excalibur.thread.impl with parameters of type WorkerThread
protected  void AbstractThreadPool.destroyWorker(WorkerThread thread)
          Destroy a worker thread by scheduling it for shutdown.
protected abstract  void AbstractThreadPool.releaseWorker(WorkerThread worker)
          Return the WorkerThread to the pool.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.