public class Interrupt
extends java.lang.Object
| Constructor and Description |
|---|
Interrupt(java.lang.Thread interruptingThread,
java.lang.Thread interruptedThread,
long timestampOfInterruption,
java.lang.Object reasonForInterruption) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
getInterruptedThread() |
java.lang.Thread |
getInterruptingThread() |
java.lang.Object |
getReasonForInterruption() |
long |
getTimestampOfInterruption() |