Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
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. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.