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.visitChildren(Consumer<ThreadGroup> visitor)
Performs some operation on all the children of the current group.
|
void |
RealtimeThreadGroup.visitConventionalThreads(Consumer<Thread> visitor)
The same as
RealtimeThreadGroup.visitConventionalThreads(Consumer, boolean) with
recurse set to false . |
void |
RealtimeThreadGroup.visitConventionalThreads(Consumer<Thread> visitor,
boolean recurse)
Visit all
java.lang.Thread instances that are not instances of
Schedulable contained by this group and optionally all
ThreadGroup instances contained within recursively. |
void |
RealtimeThreadGroup.visitSchedulables(Consumer<Schedulable> visitor)
|
void |
RealtimeThreadGroup.visitSchedulables(Consumer<Schedulable> visitor,
boolean recurse)
Visit all
Schedulable instances contained by this group
and optionally all ThreadGroup instances contained within
recursively. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.