Frames | No Frames |
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 | ThreadMXBean.getThreadInfo(long id) 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[] | ThreadMXBean.getThreadInfo(long[] ids) 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. |
Methods with return type java.lang.management.ThreadInfo | |
ThreadInfo[] | ThreadMXBeanImpl.dumpAllThreads(boolean lockedMonitors, boolean lockedSynchronizers) |
ThreadInfo | ThreadMXBeanImpl.getThreadInfo(long id) |
ThreadInfo | ThreadMXBeanImpl.getThreadInfo(long id, int maxDepth) |
ThreadInfo[] | ThreadMXBeanImpl.getThreadInfo(long[] ids) |
ThreadInfo[] | ThreadMXBeanImpl.getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) |
ThreadInfo[] | ThreadMXBeanImpl.getThreadInfo(long[] ids, int maxDepth) |