Package org.eclipse.jgit.util.io
Class InterruptTimer.AlarmState
- java.lang.Object
-
- org.eclipse.jgit.util.io.InterruptTimer.AlarmState
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- InterruptTimer
static final class InterruptTimer.AlarmState extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Thread
callingThread
private long
deadline
private boolean
terminated
-
Constructor Summary
Constructors Constructor Description AlarmState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
begin(int timeout)
(package private) void
end()
private static long
now()
void
run()
(package private) void
terminate()
-