Uses of Class java.lang.management.ThreadInfo

Uses in package java.lang.management

Methods with return type java.lang.management.ThreadInfo

ThreadInfo[]
ThreadMXBean.dumpAllThreads(boolean lockedMonitors, boolean lockedSynchronizers)
This method returns information on all live threads at the time of execution (some threads may have terminated by the time the method completes).
ThreadInfo
Returns a ThreadInfo instance using the values given in the supplied CompositeData object.
ThreadInfo
Returns information on the specified thread without any stack trace information.
ThreadInfo
ThreadMXBean.getThreadInfo(long id, int maxDepth)
Returns information on the specified thread with stack trace information to the supplied depth.
ThreadInfo[]
Returns information on the specified threads without any stack trace information.
ThreadInfo[]
ThreadMXBean.getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers)
Returns information on the specified threads with full stack trace information and optional synchronization information.
ThreadInfo[]
ThreadMXBean.getThreadInfo(long[] ids, int maxDepth)
Returns information on the specified threads with stack trace information to the supplied depth.