Class DefaultThreadDumpProducer
java.lang.Object
com.atlassian.diagnostics.internal.detail.DefaultThreadDumpProducer
- All Implemented Interfaces:
ThreadDumpProducer
Produces thread dumps with a string representations of stack traces for the supplied threads. If the stack trace
of a thread is unavailable (per the contract of
Thread.getStackTrace()), the ThreadDump is created
with an empty stack-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultThreadDumpProducer
public DefaultThreadDumpProducer()
-
-
Method Details
-
produce
- Specified by:
producein interfaceThreadDumpProducer
-
toStackTraceString
- Specified by:
toStackTraceStringin interfaceThreadDumpProducer
-