|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EventNotice | |
| javax.realtime | |
| javax.realtime.DSS | |
| Uses of EventNotice in javax.realtime |
| Fields in javax.realtime declared as EventNotice | |
EventNotice |
RealtimeThread.currentEventNotice
Points to the unique EventNotice for
this RealtimeThread. |
| Uses of EventNotice in javax.realtime.DSS |
| Methods in javax.realtime.DSS that return EventNotice | |
EventNotice |
EventList.dequeue()
Dequeue the next event notice, in time then FIFO order. |
EventNotice |
EventList.dequeue(java.lang.String choiceMode)
Dequeue the next EventNotice,
with randomization of selection if there is
more than one EventNotice at the
next scheduled time. |
EventNotice |
EventList.get(int i)
Return the i-th EventNotice on this
EventList. |
EventNotice |
EventList.threadNextEvent(RealtimeThread thread)
Remove the first EventNotice on this
EventList referring to the given
RealTimeThread. |
| Methods in javax.realtime.DSS with parameters of type EventNotice | |
void |
EventList.enqueue(EventNotice eventNotice)
Enqueue the given EventNotice. |
boolean |
EventList.remove(EventNotice eventNotice)
Remove the given EventNotice |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||