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 ofThreadInfoobjects 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 ofThreadInfoobjects holding information on all threads that were alive when the call was invoked.static ThreadInfoThreadInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aThreadInfoobject and attempts to return the rootThreadInfoinstance.ThreadMXBean.getThreadInfo(long id) Returns aThreadInfoobject for the thread with the specified identifier.ThreadMXBean.getThreadInfo(long[] ids) Returns an array ofThreadInfoobjects ; one for each of the threads specified in the input array of identifiers.ThreadMXBean.getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) Returns an array ofThreadInfoobjects; one for each of the threads specified in theidsargument.default ThreadInfo[]ThreadMXBean.getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers, int maxDepth) Returns an array ofThreadInfoobjects; one for each of the threads specified in theidsargument.ThreadMXBean.getThreadInfo(long[] ids, int maxDepth) Returns an array ofThreadInfoobjects ; one for each of the threads specified in theidsargument.ThreadMXBean.getThreadInfo(long id, int maxDepth) Returns aThreadInfoobject for the thread with the specified identifier.