|
JBoss Threads 2.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncCancellable
An interface which supports asynchronous cancellation.
Method Summary | |
---|---|
void |
asyncCancel(boolean interruptionDesired)
Handle an asynchronous cancellation. |
Method Detail |
---|
void asyncCancel(boolean interruptionDesired)
interruptionDesired
flag
even if it has already been called without that flag set before. Otherwise, this method is
idempotent, and thus may be called more than once without additional effect.
interruptionDesired
- true
if interruption of threads is desired
|
JBoss Threads 2.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |