Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
NoHeapRealtimeThread
Jamaica Real-Time Specification for Java class NoHeapRealTimeThread.
|
Modifier and Type | Method and Description |
---|---|
static RealtimeThread |
RealtimeThread.currentRealtimeThread()
currentRealtimeThread returns a reference to the current
RealtimeThread.
|
protected RealtimeThread |
ActiveEventDispatcher.getThread()
Optain the thread behind the dispatcher.
|
Constructor and Description |
---|
ActiveEventDispatcher(RealtimeThread thread)
Creates a new dispatcher.
|