| Constructor and Description |
|---|
SystemTimer() |
| Modifier and Type | Method and Description |
|---|---|
long |
nanoTime() |
void |
notifyObject(java.lang.Object object) |
void |
waitOnObject(java.lang.Object object) |
void |
waitOnObjectUntilNs(java.lang.Object object,
long untilNs) |
public void waitOnObjectUntilNs(java.lang.Object object,
long untilNs)
throws java.lang.InterruptedException
waitOnObjectUntilNs in interface Timerjava.lang.InterruptedExceptionpublic void waitOnObject(java.lang.Object object)
throws java.lang.InterruptedException
waitOnObject in interface Timerjava.lang.InterruptedExceptionpublic void notifyObject(java.lang.Object object)
notifyObject in interface Timer