public class ThreadDump extends Object
| Constructor and Description |
|---|
ThreadDump(ThreadMXBean threadMXBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(OutputStream out)
Dumps all of the threads' current information to an output stream.
|
public ThreadDump(ThreadMXBean threadMXBean)
public void dump(OutputStream out)
out - an output streamCopyright © 2018. All Rights Reserved.