Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationParameters |
BlockableReleaseRunner.getConfigurationParameters()
Get the
ConfigurationParameters object used for all threads
provided by this release runner. |
abstract ConfigurationParameters |
ReleaseRunner.getConfigurationParameters()
Get the
ConfigurationParameters object used for all threads
provided by this release runner. |
static ConfigurationParameters |
ConfigurationParameters.getDefault()
Set the parameters object to be used when none is provided for an
instance of
Schedulable . |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationParameters.setDefault(ConfigurationParameters config)
Set the parameters object to be used when none is provided for an
instance of
Schedulable . |
Constructor and Description |
---|
BlockableReleaseRunner(ConfigurationParameters config)
Same as
BlockableReleaseRunner.BlockableReleaseRunner(ConfigurationParameters, RealtimeThreadGroup, float)
with arguments {(null, null, 0.3f)}. |
BlockableReleaseRunner(ConfigurationParameters config,
RealtimeThreadGroup group,
float loading)
Create a release runner which maintains a pool of threads to run releases
of
AsyncBaseEventHandler instances. |
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 . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.