Uses of Class
java.lang.management.ThreadInfo
Packages that use ThreadInfo
Package
Description
OpenJ9 management extensions to java.lang.management.
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
-
Uses of ThreadInfo in com.ibm.lang.management
Methods in com.ibm.lang.management that return ThreadInfo -
Uses of ThreadInfo in java.lang.management
Methods in java.lang.management that return ThreadInfoModifier and TypeMethodDescriptionThreadMXBean.dumpAllThreads
(boolean lockedMonitors, boolean lockedSynchronizers) Returns an array ofThreadInfo
objects holding information on all threads that were alive when the call was invoked.default ThreadInfo[]
ThreadMXBean.dumpAllThreads
(boolean lockedMonitors, boolean lockedSynchronizers, int maxDepth) Returns an array ofThreadInfo
objects holding information on all threads that were alive when the call was invoked.static ThreadInfo
ThreadInfo.from
(CompositeData cd) Receives aCompositeData
representing aThreadInfo
object and attempts to return the rootThreadInfo
instance.ThreadMXBean.getThreadInfo
(long id) Returns aThreadInfo
object for the thread with the specified identifier.ThreadMXBean.getThreadInfo
(long[] ids) Returns an array ofThreadInfo
objects ; one for each of the threads specified in the input array of identifiers.ThreadMXBean.getThreadInfo
(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) Returns an array ofThreadInfo
objects; one for each of the threads specified in theids
argument.default ThreadInfo[]
ThreadMXBean.getThreadInfo
(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers, int maxDepth) Returns an array ofThreadInfo
objects; one for each of the threads specified in theids
argument.ThreadMXBean.getThreadInfo
(long[] ids, int maxDepth) Returns an array ofThreadInfo
objects ; one for each of the threads specified in theids
argument.ThreadMXBean.getThreadInfo
(long id, int maxDepth) Returns aThreadInfo
object for the thread with the specified identifier.