Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Method and Description |
---|---|
boolean |
MemoryArea.enter(BooleanSupplier logic)
Same as
MemoryArea.enter(Runnable) except that the executed method is
called getAsBoolean() and a boolean is returned. |
boolean |
ScopedMemory.executeInArea(BooleanSupplier logic) |
boolean |
MemoryArea.executeInArea(BooleanSupplier logic)
Executes the
getAsBoolean() method from the logic
parameter using this memory area as the current allocation
context. |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedMemory.enter(BooleanSupplier logic) |
boolean |
ScopedMemory.executeInArea(BooleanSupplier logic)
Executes the run method from the
logic parameter using
this memory area as the current allocation context. |
boolean |
ScopedMemory.joinAndEnter(BooleanSupplier logic)
Same as
ScopedMemory.joinAndEnter(Runnable) except that the executed
method is called get and a boolean is returned. |
boolean |
ScopedMemory.joinAndEnter(BooleanSupplier logic,
HighResolutionTime<?> time)
Same as
ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that
the executed method is called get and a boolean
is returned. |
boolean |
ScopedMemory.joinAndEnterInternal(BooleanSupplier logic,
HighResolutionTime<?> time)
Same as
ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime)
except that the executed method is called get and a
boolean is returned. |
boolean |
PinnableMemory.joinAndEnterPinned(BooleanSupplier logic)
Same as
PinnableMemory.joinAndEnterPinned(Runnable) except that the
executed method is called get and a boolean is
returned. |
boolean |
PinnableMemory.joinAndEnterPinned(BooleanSupplier logic,
HighResolutionTime<?> limit)
Same as
PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except
that the executed method is called get and a boolean
is returned. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.