public interface InterruptibleAwaitingThreads
This class follows DbC(tm) methodology
(Wikipedia).
Where possible, contracts are implement with native's Java
assert.
Modifier and Type | Method and Description |
---|---|
void |
interruptWaitingThreads()
Requests the interruption all threads blocked on current blocking module.
|
boolean |
registerAwaitingThreads()
Are threads registered when waiting (in await)?
|
boolean registerAwaitingThreads()
void interruptWaitingThreads() throws ThreadInterruptedException
registerAwaitingThreads()
- registering of waiting threads activatedThreadInterruptedException