|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.karaf.diagnostic.core.common.TextDumpProvider
org.apache.karaf.diagnostic.common.ThreadDumpProvider
public class ThreadDumpProvider
Provider which dumps thread info to file named threads.txt.
Constructor Summary | |
---|---|
ThreadDumpProvider()
Creates new dump entry which contains information about threads. |
Method Summary | |
---|---|
protected void |
writeDump(java.io.OutputStreamWriter outputStream)
This method should create output. |
Methods inherited from class org.apache.karaf.diagnostic.core.common.TextDumpProvider |
---|
createDump |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadDumpProvider()
Method Detail |
---|
protected void writeDump(java.io.OutputStreamWriter outputStream) throws Exception
TextDumpProvider
writeDump
in class TextDumpProvider
outputStream
- Stream which points to file specified in constructor.
Exception
- If any problem occur.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |