public class ThreadDumpMessage extends Objectimplements Message
| Constructor and Description |
|---|
ThreadDumpMessage(String
Generate a ThreadDumpMessage with a title.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Returns the title.
|
String |
getFormattedMessage()
Returns the ThreadDump in printable format.
|
Object |
getParameters()
Returns an array with a single element, a Map containing the ThreadInformation as the key.
|
Throwable |
getThrowable()
Always returns null.
|
String |
toString()
|
protected Object |
writeReplace()
Creates a ThreadDumpMessageProxy that can be serialized.
|
public ThreadDumpMessage(Stringtitle)
title - The title.
public StringtoString()
public StringgetFormattedMessage()
getFormattedMessage in interface
Message
public StringgetFormat()
public Object[] getParameters()
getParameters in interface
Message
protected ObjectwriteReplace()
public ThrowablegetThrowable()
getThrowable in interface
Message