Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
static ArrivalTimeQueueOverflowException |
ArrivalTimeQueueOverflowException.get()
Gets the preallocated version of this
Throwable . |
ArrivalTimeQueueOverflowException |
ArrivalTimeQueueOverflowException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
void |
Timer.fire()
fires this event unless firing is disabled and reschedules
the timer in case it is periodic.
|
void |
AsyncEvent.fire()
fire this event once.
|
protected int |
AsyncEventHandler.getAndIncrementPendingFireCount()
Deprecated.
as of RTSJ 2.0 Use ae.fire()
|
void |
AsyncEventHandler.release()
Release this handler now.
|
void |
AsyncLongEventHandler.release(long payload)
Release this handler now.
|
void |
AsyncObjectEventHandler.release(P payload)
Release this handler now.
|