| GNU Classpath (0.95) | |
| 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  ThreadInfoinstance using the values
 given in the suppliedCompositeDataobject. | 
| 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.   | 
| GNU Classpath (0.95) |