Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
TimeDispatcher |
RealtimeThread.getDispatcher()
Gets the dispatcher associated with this Timable.
|
TimeDispatcher |
Timer.getDispatcher()
Gets the dispatcher associated with this Timable.
|
TimeDispatcher |
Timable.getDispatcher()
Gets the dispatcher associated with this Timable.
|
TimeDispatcher |
AsyncBaseEventHandler.getDispatcher()
Gets the dispatcher associated with this Timable.
|
Modifier and Type | Method and Description |
---|---|
static void |
TimeDispatcher.setDefaultDispatcher(TimeDispatcher dispatcher)
Sets the system default time dispatcher.
|
Constructor and Description |
---|
RealtimeThread(SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
MemoryArea area,
ConfigurationParameters config,
TimeDispatcher dispatcher,
RealtimeThreadGroup group,
Runnable logic)
Creates a realtime thread with the given characteristics and a
specified
Runnable . |
RealtimeThread(SchedulingParameters scheduling,
ReleaseParameters<?> release,
TimeDispatcher dispatcher)
Creates a realtime thread with the given
SchedulingParameters ,
ReleaseParameters and TimeDispatcher and default
values for all other parameters. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.