Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
static MemoryScopeException |
MemoryScopeException.get()
Gets the preallocated version of this
Throwable . |
MemoryScopeException |
MemoryScopeException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
boolean |
WaitFreeDequeue.force(Object object)
Deprecated.
RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use
WaitFreeRead/ WriteQueue instead.
|
boolean |
WaitFreeWriteQueue.force(T object)
force writes object into the queue even if the queue is full.
|
Constructor and Description |
---|
WaitFreeDequeue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Deprecated.
RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use
WaitFreeRead/ WriteQueue instead.
|
WaitFreeReadQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking read queue in given
memory area.
|
WaitFreeReadQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory,
boolean notify)
Constructor to construct a non-blocking read queue in given
memory area.
|
WaitFreeWriteQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking write queue in given
memory area.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.