|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolWorker | |
---|---|
org.jasig.portal.utils |
Uses of ThreadPoolWorker in org.jasig.portal.utils |
---|
Fields in org.jasig.portal.utils declared as ThreadPoolWorker | |
---|---|
protected ThreadPoolWorker |
ThreadPoolReceipt.worker
|
Methods in org.jasig.portal.utils with parameters of type ThreadPoolWorker | |
---|---|
protected void |
ThreadPool.killWorkerThread(ThreadPoolWorker pw)
|
protected void |
ThreadPool.notifyWorkerFinished(ThreadPoolWorker pw)
Notifies the pool that a certain worker has finished. |
protected void |
ThreadPool.notifyWorkerRestart(ThreadPoolWorker pw)
Notifies the pool that a certain worker is done and wants to have a replacement started. |
protected boolean |
ThreadPool.releaseWorker(ThreadPoolWorker worker)
Signals the worker that it should quite as soon as a job (if any) is complete |
protected void |
ThreadPool.stopWorker(ThreadPoolWorker worker)
Signals the worker that it try to interrupt the current job and quit. |
void |
ThreadPoolReceipt.updateStatus(ThreadPoolWorker currentWorker,
boolean isdone,
boolean issuccessful,
java.lang.Throwable ex)
|
Constructors in org.jasig.portal.utils with parameters of type ThreadPoolWorker | |
---|---|
ThreadPoolReceipt(ThreadPoolWorker w)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |