|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swing.addon.util.ThreadLister
This class contains a useful static method for listing all threads and threadgroups in the VM. It also has a simple main() method so it can be run as a standalone program.
Constructor Summary | |
ThreadLister()
|
Method Summary | |
static void |
listAllThreads(java.io.PrintWriter out)
Find the root thread group and list it recursively |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ThreadLister()
Method Detail |
public static void listAllThreads(java.io.PrintWriter out)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |