|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
se.lth.cs.realtime.RTError
se.lth.cs.realtime.RTDelayed
License
,
Serialized FormField Summary | |
int |
delay
|
long |
until
|
Fields inherited from class se.lth.cs.realtime.RTError |
number, timestamp |
Fields inherited from class java.lang.Error |
|
Constructor Summary | |
RTDelayed(long until,
int delay)
|
Method Summary | |
int |
getDelayMillis()
|
long |
getDesiredMillis()
|
Methods inherited from class se.lth.cs.realtime.RTError |
getMillis, getSequenceNumber |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public volatile int delay
public volatile long until
Constructor Detail |
public RTDelayed(long until, int delay)
Method Detail |
public int getDelayMillis()
public long getDesiredMillis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |