Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.posix |
Modifier and Type | Class and Description |
---|---|
class |
AsyncEventHandler
Jamaica Real-Time Specification for Java class AsyncEventHandler.
|
class |
AsyncLongEventHandler
A version of
AsyncBaseEventHandler that carries a
long value as payload. |
class |
AsyncObjectEventHandler<P>
A version of
AsyncBaseEventHandler that carries an
Object value as payload. |
class |
BoundAsyncEventHandler
Jamaica Real-Time Specification for Java class
BoundAsyncEventHandler.
|
class |
BoundAsyncLongEventHandler
A bound asynchronous event handler is an instance of
AsyncLongEventHandler that is permanently bound to a dedicated
RealtimeThread . |
class |
BoundAsyncObjectEventHandler<P>
A bound asynchronous event handler is an instance of
AsyncObjectEventHandler that is permanently bound to a dedicated
RealtimeThread . |
Modifier and Type | Method and Description |
---|---|
AsyncBaseEventHandler |
ReleaseRunner.Proxy.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncBaseEvent.addHandler(AsyncBaseEventHandler handler)
Add a handler to the set of handlers associated with
this event.
|
boolean |
AsyncBaseEvent.handledBy(AsyncBaseEventHandler handler)
Test to see if the handler given as the parameter is associated
with this.
|
void |
AsyncBaseEvent.removeHandler(AsyncBaseEventHandler handler)
Remove a handler from the set associated with this event.
|
void |
AsyncBaseEvent.setHandler(AsyncBaseEventHandler handler)
Associate a new handler with this event and remove all
existing handlers.
|
Constructor and Description |
---|
OneShotTimer(HighResolutionTime<?> time,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time and handler.
|
OneShotTimer(HighResolutionTime<?> time,
AsyncBaseEventHandler handler,
TimeDispatcher dispatcher)
Creates an instance of
OneShotTimer , based on the given
clock , that will execute its fire method
according to the given time. |
PeriodicTimer(HighResolutionTime<?> start,
RelativeTime interval,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time, interval and
handler.
|
PeriodicTimer(HighResolutionTime<?> start,
RelativeTime interval,
AsyncBaseEventHandler handler,
TimeDispatcher dispatcher)
Creates a timer that executes its fire method periodically.
|
Timer(HighResolutionTime<?> time,
AsyncBaseEventHandler handler,
TimeDispatcher dispatcher)
Creates a timer that fires according to the given
time based
on the Clock associated with time and is dispatched
by the specified dispatcher . |
Modifier and Type | Method and Description |
---|---|
void |
RealtimeSignal.addHandler(AsyncBaseEventHandler handler) |
void |
Signal.addHandler(AsyncBaseEventHandler handler) |
void |
RealtimeSignal.removeHandler(AsyncBaseEventHandler handler) |
void |
Signal.removeHandler(AsyncBaseEventHandler handler) |
void |
RealtimeSignal.setHandler(AsyncBaseEventHandler handler) |
void |
Signal.setHandler(AsyncBaseEventHandler handler) |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.