| Package | Description |
|---|---|
| javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
| javax.realtime.memory |
| Modifier and Type | Method and Description |
|---|---|
static MemoryAccessError |
MemoryAccessError.get()
Gets the preallocated version of this
Throwable. |
MemoryAccessError |
MemoryAccessError.getSingleton() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScopedMemory.getPortal()
Returns a reference to the portal object in this instance of
ScopedMemory. |
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.