Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Method and Description |
---|---|
void |
ScopedMemory.executeInArea(java.lang.Runnable logic)
Deprecated.
Executes the run method from the
logic parameter using this memory
area as the current allocation context. |
java.lang.Object |
ScopedMemory.newArray(java.lang.Class<?> type,
int number)
Deprecated.
Allocates an array of the given type in this memory area.
|
Constructor and Description |
---|
WaitFreeWriteQueue(java.lang.Runnable writer,
java.lang.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(java.lang.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-2017 aicas GmbH. All Rights Reserved.