|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadDecorator
An object that can alter the state of a thread when it receives a callback from a ThreadManager notifying
it that the thread has been created or released from use.
| Method Summary | |
|---|---|
void |
threadCreated(java.lang.Thread thread)
Notification that thread has just been created. |
void |
threadReleased(java.lang.Thread thread)
Notification that thread has just been released from use
(e.g. |
| Method Detail |
|---|
void threadCreated(java.lang.Thread thread)
thread has just been created.
thread - the threadvoid threadReleased(java.lang.Thread thread)
thread has just been released from use
(e.g. returned to a thread pool after executing a task).
thread - the thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||