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 |
---|---|
boolean |
ScopedMemory.executeInArea(java.util.function.BooleanSupplier logic) |
double |
ScopedMemory.executeInArea(java.util.function.DoubleSupplier logic) |
int |
ScopedMemory.executeInArea(java.util.function.IntSupplier logic) |
long |
ScopedMemory.executeInArea(java.util.function.LongSupplier logic) |
void |
ScopedMemory.executeInArea(java.lang.Runnable logic)
Executes the run method from the
logic parameter using this memory
area as the current allocation context. |
<T> T |
ScopedMemory.executeInArea(java.util.function.Supplier<T> logic) |
java.lang.Object |
ScopedMemory.newArray(java.lang.Class<?> type,
int number)
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 |
---|---|
boolean |
ScopedMemory.executeInArea(java.util.function.BooleanSupplier logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
double |
ScopedMemory.executeInArea(java.util.function.DoubleSupplier logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
int |
ScopedMemory.executeInArea(java.util.function.IntSupplier logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
long |
ScopedMemory.executeInArea(java.util.function.LongSupplier logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
void |
ScopedMemory.executeInArea(java.lang.Runnable logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
<T> T |
ScopedMemory.executeInArea(java.util.function.Supplier<T> 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-2022 aicas GmbH. All Rights Reserved.