Class Interrupt


  • public class Interrupt
    extends java.lang.Object
    • Constructor Detail

      • Interrupt

        public Interrupt​(java.lang.Thread interruptingThread,
                         java.lang.Thread interruptedThread,
                         long timestampOfInterruption,
                         java.lang.Object reasonForInterruption)
    • Method Detail

      • getInterruptingThread

        public java.lang.Thread getInterruptingThread()
      • getInterruptedThread

        public java.lang.Thread getInterruptedThread()
      • getTimestampOfInterruption

        public long getTimestampOfInterruption()
      • getReasonForInterruption

        public java.lang.Object getReasonForInterruption()