Class InterruptTimer.AlarmState

java.lang.Object
org.eclipse.jgit.util.io.InterruptTimer.AlarmState
All Implemented Interfaces:
Runnable
Enclosing class:
InterruptTimer

static final class InterruptTimer.AlarmState extends Object implements Runnable
  • Field Details

    • callingThread

      private Thread callingThread
    • deadline

      private long deadline
    • terminated

      private boolean terminated
  • Constructor Details

    • AlarmState

      AlarmState()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • begin

      void begin(int timeout)
    • end

      void end()
    • terminate

      void terminate()
    • now

      private static long now()