|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadControl | |
org.apache.avalon.excalibur.thread.impl | |
org.apache.excalibur.thread | |
org.apache.excalibur.thread.impl |
Uses of ThreadControl in org.apache.avalon.excalibur.thread.impl |
Methods in org.apache.avalon.excalibur.thread.impl that return ThreadControl | |
ThreadControl |
ResourceLimitingThreadPool.execute(org.apache.avalon.framework.activity.Executable work)
Run work in separate thread. |
ThreadControl |
ResourceLimitingThreadPool.execute(Runnable work)
Run work in separate thread. |
ThreadControl |
ResourceLimitingThreadPool.execute(Executable work)
Run work in separate thread. |
ThreadControl |
DefaultThreadPool.execute(org.apache.avalon.framework.activity.Executable work)
Run work in separate thread. |
ThreadControl |
DefaultThreadPool.execute(Runnable work)
Run work in separate thread. |
ThreadControl |
DefaultThreadPool.execute(Executable work)
Run work in separate thread. |
Uses of ThreadControl in org.apache.excalibur.thread |
Methods in org.apache.excalibur.thread that return ThreadControl | |
ThreadControl |
ThreadPool.execute(Runnable work)
Run work in separate thread. |
ThreadControl |
ThreadPool.execute(Executable work)
Run work in separate thread. |
Uses of ThreadControl in org.apache.excalibur.thread.impl |
Methods in org.apache.excalibur.thread.impl that return ThreadControl | |
protected ThreadControl |
WorkerThread.execute(Executable work)
Set the Work code this Worker must execute and notifies its thread to do it. |
ThreadControl |
AbstractThreadPool.execute(Runnable work)
Run work in separate thread. |
ThreadControl |
AbstractThreadPool.execute(Executable work)
Execute some executable work in a thread. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |