public class ThreadDump
extends java.lang.Object
| Constructor and Description |
|---|
ThreadDump(boolean lockedMonitors,
boolean lockedSynchronizers)
Creates a Thread Dump of all Java Threads
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a String representation of the current Thread Dump
|