public interface InterruptHandler
interrupt() method is invoked. The handler should
not throw an exception; otherwise user code might end up in an unexpected state.| Modifier and Type | Method and Description |
|---|---|
void |
handleInterrupt(Thread thread)
Handle an interrupt condition on the given thread.
|
void handleInterrupt(Thread thread)
thread - the thread which was interruptedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.