|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaThread | |
---|---|
javax.tools.diagnostics.runtime.java | Definition of an abstract view of a Java runtime. |
Uses of JavaThread in javax.tools.diagnostics.runtime.java |
---|
Methods in javax.tools.diagnostics.runtime.java that return JavaThread | |
---|---|
JavaThread |
JavaMonitor.getOwner()
Get the thread which currently owns the monitor. |
Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type JavaThread | |
---|---|
java.util.List<JavaThread> |
JavaMonitor.getEnterWaiters()
Get the set of threads waiting to enter the monitor. |
java.util.List<JavaThread> |
JavaMonitor.getNotifyWaiters()
Get the set of threads waiting to be notified on the monitor. |
java.util.List<JavaThread> |
JavaRuntime.getThreads()
Get the set of Java Threads that have been started Thread.start() in this Java Virtual Machine instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |