Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.posix |
Modifier and Type | Class and Description |
---|---|
class |
OneShotTimer
Jamaica Real-Time Specification for Java class OneShotTimer.
|
class |
PeriodicTimer
Jamaica Real-Time Specification for Java class PeriodicTimer.
|
class |
Timer
Jamaica Real-Time Specification for Java class Timer.
|
Modifier and Type | Method and Description |
---|---|
static void |
PhysicalMemoryManager.onInsertion(long base,
long size,
AsyncEvent ae)
onInsertion associates the given AsyncEvent with the insertion
event of the specified memory range.
|
void |
PhysicalMemoryTypeFilter.onInsertion(long base,
long size,
AsyncEvent ae)
onInsertion associates the given AsyncEvent with the insertion
event of the specified memory range.
|
static void |
PhysicalMemoryManager.onRemoval(long base,
long size,
AsyncEvent ae)
onRemoval associates the given AsyncEvent with the removal event
of the specified memory range.
|
void |
PhysicalMemoryTypeFilter.onRemoval(long base,
long size,
AsyncEvent ae)
onRemoval associates the given AsyncEvent with the removal event
of the specified memory range.
|
static boolean |
PhysicalMemoryManager.unregisterInsertionEvent(long base,
long size,
AsyncEvent ae)
unregisterInsertionEvent removes the association events added by
onInsertion(long, long, AsyncEvent).
|
boolean |
PhysicalMemoryTypeFilter.unregisterInsertionEvent(long base,
long size,
AsyncEvent ae)
unregisterInsertionEvent removes the association events added by
onInsertion(long, long, AsyncEvent).
|
static boolean |
PhysicalMemoryManager.unregisterRemovalEvent(long base,
long size,
AsyncEvent ae)
unregisterRemovalEvent removes the association events added by
onRemoval(long, long, AsyncEvent).
|
boolean |
PhysicalMemoryTypeFilter.unregisterRemovalEvent(long base,
long size,
AsyncEvent ae)
unregisterRemovalEvent removes the association events added by
onRemoval(long, long, AsyncEvent).
|
Modifier and Type | Class and Description |
---|---|
class |
Signal
A
ActiveEvent subclass for defining a POSIX signal. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.