|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |