Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Class and Description |
---|---|
class |
FirstInFirstOutReleaseRunner
The default
ReleaseRunner that uses a pool of FIFO scheduled
realtime threads to run handlers. |
Modifier and Type | Method and Description |
---|---|
ReleaseRunner |
ConfigurationParameters.getDefaultRunner()
Gets the system default release runner.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationParameters.setDefaultRunner(ReleaseRunner runner)
Sets the system default heap release runner.
|
Constructor and Description |
---|
AsyncEventHandler(SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
MemoryArea area,
ReleaseRunner runner,
Runnable logic) |
AsyncLongEventHandler(SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
MemoryArea area,
ReleaseRunner runner,
LongConsumer logic)
Creates an asynchronous event handler that receives a
Long
payload with each fire. |
AsyncObjectEventHandler(SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
MemoryArea area,
ReleaseRunner runner,
Consumer<P> logic)
Creates an asynchronous event handler that receives an
Object
payload with each fire. |
Modifier and Type | Method and Description |
---|---|
ReleaseRunner |
ScopedConfigurationParameters.getDefaultRunner()
Gets the system default release runner.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScopedConfigurationParameters.setDefaultRunner(ReleaseRunner runner)
Sets the system default release runner.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.