Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.posix |
Modifier and Type | Method and Description |
---|---|
RealtimeThreadGroup |
ActiveEventDispatcher.getRealtimeThreadGroup()
Determines in which group the thread associated with this dispatcher is.
|
protected RealtimeThreadGroup |
ReleaseRunner.getRealtimeThreadGroup()
Determine the
RealtimeThreadGroup instance used. |
RealtimeThreadGroup |
RealtimeThreadGroup.setMaxEligibility(SchedulingParameters parameters)
Sets the upper bound on scheduling eligibility that tasks in this
group may have.
|
Constructor and Description |
---|
ActiveEventDispatcher(SchedulingParameters schedule,
RealtimeThreadGroup group)
Creates a new dispatcher.
|
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 . |
RealtimeThreadGroup(RealtimeThreadGroup parent,
String name)
Creates a new realtime thread group with its scheduler type inherited from
parent . |
RealtimeThreadGroup(RealtimeThreadGroup parent,
String name,
Class<? extends Scheduler> scheduler)
Creates a new realtime thread group with its scheduler type inherited from
parent . |
ReleaseRunner(RealtimeThreadGroup group)
Enables creating a subclass of this class.
|
TimeDispatcher(SchedulingParameters schedule,
RealtimeThreadGroup group)
Creates a new dispatcher, whose dispatching thread runs with the given
scheduling parameters.
|
Constructor and Description |
---|
RealtimeSignalDispatcher(SchedulingParameters schedule,
RealtimeThreadGroup group)
Creates a new dispatcher, whose dispatching thread runs with the given
SchedulingParameters . |
SignalDispatcher(SchedulingParameters scheduling,
RealtimeThreadGroup group)
Creates a new dispatcher, whose dispatching thread runs with the given
SchedulingParameters . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.