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 | Description |
|---|---|---|
void |
handleInterrupt(Thread thread) |
Handle an interrupt condition on the given thread.
|
void handleInterrupt(Thread thread)
thread - the thread which was interruptedCopyright © 2018 JBoss by Red Hat. All rights reserved.