Package 

Class TimeoutTimerTask

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public class TimeoutTimerTask
    extends TimerTask
                        

    Timer task used to interrupt thread execution on timeout

    • Method Summary

      Modifier and Type Method Description
      void run()
      • Methods inherited from class java.util.TimerTask

        cancel, run, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

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

      • TimeoutTimerTask

        TimeoutTimerTask(Thread targetThread)
    • Method Detail

      • run

         void run()