Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.posix |
Modifier and Type | Interface and Description |
---|---|
interface |
ActiveEvent<T extends Releasable<T,D>,D extends ActiveEventDispatcher<D,T>>
This is the interface for defining the active event system.
|
class |
ActiveEventDispatcher<D extends ActiveEventDispatcher<D,T>,T extends Releasable<T,D>>
Provides a means of dispatching a set of
ActiveEvent s. |
interface |
Releasable<T extends Releasable<T,D>,D extends ActiveEventDispatcher<D,T>>
A base interface for everything that has a dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeDispatcher
A dispatcher for time events:
Timer and RealtimeThread.sleep(javax.realtime.Clock, javax.realtime.HighResolutionTime<?>) . |
Modifier and Type | Method and Description |
---|---|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setScheduler(Scheduler scheduler)
Sets the reference to the Scheduler object.
|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling)
Sets the scheduler and associated parameter objects.
|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setSchedulingParameters(SchedulingParameters scheduling)
Sets the scheduling parameters associated with this instance of
Schedulable . |
Modifier and Type | Class and Description |
---|---|
class |
RealtimeSignalDispatcher
Provides a means of dispatching a set of
RealtimeSignal s. |
class |
SignalDispatcher
Provides a means of dispatching a set of
Signal s. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.