Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockableReleaseRunner
The default
ReleaseRunner that can manage handlers that suspend
themselves, e.g., by calling the Object.wait() method. |
Modifier and Type | Method and Description |
---|---|
static 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 release runner.
|
Constructor and Description |
---|
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 a
Long
payload with each fire. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.