static final class InterruptTimer.AlarmState
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.lang.Thread |
callingThread |
private long |
deadline |
private boolean |
terminated |
Constructor and Description |
---|
AlarmState() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
begin(int timeout) |
(package private) void |
end() |
private static long |
now() |
void |
run() |
(package private) void |
terminate() |