|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.message.ThreadDumpMessage
public class ThreadDumpMessage
Captures information about all running Threads.
Constructor Summary | |
---|---|
ThreadDumpMessage()
Generate a ThreadDumpMessage with no title. |
|
ThreadDumpMessage(String title)
Generate a ThreadDumpMessage with a title. |
Method Summary | |
---|---|
String |
getFormattedMessage()
Return the ThreadDump in printable format. |
String |
getMessageFormat()
Returns the title. |
Object[] |
getParameters()
Returns an array with a single element, a Map containing the ThreadInformation as the key. |
String |
toString()
|
protected Object |
writeReplace()
Creates a ThreadDumpMessageProxy that can be serialized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ThreadDumpMessage()
public ThreadDumpMessage(String title)
title
- The title.Method Detail |
---|
public String toString()
toString
in class Object
public String getFormattedMessage()
getFormattedMessage
in interface Message
public String getMessageFormat()
getMessageFormat
in interface Message
public Object[] getParameters()
getParameters
in interface Message
protected Object writeReplace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |