|
Technology. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.realtime.AsyncEvent
|
+--javax.realtime.Timer
| Field Summary | |
protected Clock |
TheClock
|
| Fields inherited from class javax.realtime.AsyncEvent |
h |
| Constructor Summary | |
protected |
Timer(HighResolutionTime t,
Clock c,
AsyncEventHandler handler)
|
| Method Summary | |
ReleaseParameters |
createReleaseParameters()
|
void |
destroy()
|
void |
disable()
|
void |
enable()
|
Clock |
getClock()
|
AbsoluteTime |
getFireTime()
|
boolean |
isRunning()
|
void |
reschedule(HighResolutionTime time)
|
void |
start()
|
boolean |
stop()
|
| Methods inherited from class javax.realtime.AsyncEvent |
addHandler, bindTo, fire, handledBy, removeHandler, setHandler, unbindTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Clock TheClock
| Constructor Detail |
protected Timer(HighResolutionTime t,
Clock c,
AsyncEventHandler handler)
| Method Detail |
public boolean isRunning()
public boolean stop()
public ReleaseParameters createReleaseParameters()
createReleaseParameters in class AsyncEventpublic void disable()
public void enable()
public void destroy()
public Clock getClock()
public AbsoluteTime getFireTime()
public void reschedule(HighResolutionTime time)
public void start()
|
Technology. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||