| Package | Description |
|---|---|
| javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
| javax.realtime.memory |
| Modifier and Type | Method and Description |
|---|---|
static ScopedCycleException |
ScopedCycleException.get()
Gets the preallocated version of this
Throwable. |
ScopedCycleException |
ScopedCycleException.getSingleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopedMemory.enter()
Associates this memory area with the current schedulable for the duration
of the execution of the
run() method of the instance of Runnable given in the constructor. |
void |
ScopedMemory.enter(Runnable logic)
Associates this memory area with the current schedulable for the duration
of the execution of the
run() method of the given Runnable. |
void |
PinnableMemory.joinAndEnterPinned()
Same as
ScopedMemory.joinAndEnter()
except that the area may be pinned so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(HighResolutionTime<?> limit)
Same as
ScopedMemory.joinAndEnter(HighResolutionTime)
except that pinning is ignored so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(Runnable logic)
Same as
ScopedMemory.joinAndEnter(Runnable) except that the
area may be pinned so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(Runnable logic,
HighResolutionTime<?> limit)
Same as
ScopedMemory.joinAndEnter(Runnable, HighResolutionTime)
except that pinning is ignored so the memory may not have been cleared. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.