|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to be implemented by the thread puddle.
| Method Summary | |
void |
addJob(java.lang.Runnable job)
addJob - places the supplied job
into the work queue, signalling any available
thread to check the queue. |
State |
getState()
getState - return the current puddle status. |
| Method Detail |
public void addJob(java.lang.Runnable job)
addJob - places the supplied job
into the work queue, signalling any available
thread to check the queue.
public State getState()
getState - return the current puddle status.
State puddle status object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||