GNU Classpath (0.92) | |
Frames | No Frames |
Methods with return type java.lang.management.ThreadInfo | |
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, int maxDepth) Returns information on the specified threads with
stack trace information to the supplied depth. |
GNU Classpath (0.92) |