Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Method and Description |
---|---|
static InaccessibleAreaException |
InaccessibleAreaException.get()
Gets the preallocated version of this
Throwable . |
InaccessibleAreaException |
InaccessibleAreaException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
void |
ScopedMemory.executeInArea(Runnable logic)
Executes the run method from the
logic parameter using this memory
area as the current allocation context. |
Object |
ScopedMemory.newArray(Class<?> type,
int number)
Allocates an array of the given type in this memory area.
|
Constructor and Description |
---|
WaitFreeWriteQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking write queue in given
memory area.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopedMemory.executeInArea(Runnable logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.