Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
This package encapsulates the Alternate Memory Management module.
|
Modifier and Type | Method and Description |
---|---|
static ForEachTerminationException |
ForEachTerminationException.get()
Gets the static instance of this class and initializes its stack trace.
|
ForEachTerminationException |
ForEachTerminationException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
void |
RealtimeThreadGroup.visitThreadGroups(Consumer<ThreadGroup> visitor)
Performs some operation on all the groups in the current group.
|
void |
RealtimeThreadGroup.visitThreadGroups(Consumer<ThreadGroup> visitor,
boolean recurse)
Performs some operation on all the groups in the current group.
|
void |
RealtimeThreadGroup.visitThreads(Consumer<Thread> visitor)
Visit all
java.lang.Thread instances contained by this
group. |
void |
RealtimeThreadGroup.visitThreads(Consumer<Thread> visitor,
boolean recurse)
Visit all
java.lang.Thread instances contained by this
group and optionally all ThreadGroup instances contained within
recursively. |
Modifier and Type | Method and Description |
---|---|
void |
ScopedMemory.visitNestedScopes(Consumer<ScopedMemory> visitor)
A means of accessing all live nested scoped memories parented in this
scoped memory, even those to which no reference exists, such a
PinnableMemory that is pinned
or another javax.realtime.memory.ScopedMemory that contains a
Schedulable . |
static void |
ScopedMemory.visitScopeRoots(Consumer<ScopedMemory> visitor)
A means of accessing all live scoped memories whose parent is a
perennial memory area, even those to which no reference exists,
such a
PinnableMemory that is pinned
or another javax.realtime.memory.ScopedMemory that contains a
Schedulable . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.