|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface InterruptibleAwaitingThreads
Java's interface to extend support for Interruptible Awaiting Threads.
This class follows DbC(tm) methodology
(Wikipedia).
Where possible, contracts are implement with native's Java assert.
| Method Summary | |
|---|---|
void |
interruptWaitingThreads()
Requests the interruption all threads blocked on current blocking module. |
boolean |
registerAwaitingThreads()
Are threads registered when waiting (in await)? |
| Method Detail |
|---|
boolean registerAwaitingThreads()
void interruptWaitingThreads()
throws ThreadInterruptedException
registerAwaitingThreads() - registering of waiting threads activated
ThreadInterruptedException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||