Class TimeoutInvocation.InterruptTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    TimeoutInvocation<T>

    static class TimeoutInvocation.InterruptTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean executed  
      private java.lang.Thread thread  
    • Constructor Summary

      Constructors 
      Constructor Description
      InterruptTask​(java.lang.Thread thread)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • thread

        private final java.lang.Thread thread
      • executed

        private volatile boolean executed
    • Constructor Detail

      • InterruptTask

        InterruptTask​(java.lang.Thread thread)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable