|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.aduna.concurrent.ThreadUtil
public class ThreadUtil
Thread-related utility methods.
Constructor Summary | |
---|---|
ThreadUtil()
|
Method Summary | |
---|---|
static void |
dumpAllStacks()
Dumps the track traces of all live Threads to System.out. |
static void |
dumpAllStacks(java.io.PrintStream stream)
Dumps the track traces of all live Threads to the specified PrintStream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadUtil()
Method Detail |
---|
public static void dumpAllStacks()
public static void dumpAllStacks(java.io.PrintStream stream)
stream
- The PrintStream to which all stack traces will be written.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |