public class ThreadDumpProvider extends TextDumpProvider
| Constructor and Description |
|---|
ThreadDumpProvider()
Creates new dump entry which contains information about threads.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDumpThreadString(ThreadInfo threadInfo) |
protected void |
writeDump(OutputStreamWriter outputStream)
This method should create output.
|
createDumppublic ThreadDumpProvider()
protected void writeDump(OutputStreamWriter outputStream) throws Exception
TextDumpProviderwriteDump in class TextDumpProvideroutputStream - Stream which points to file specified in constructor.Exception - If any problem occur.protected String getDumpThreadString(ThreadInfo threadInfo)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.