swing.addon.util
Class ThreadLister

java.lang.Object
  |
  +--swing.addon.util.ThreadLister

public class ThreadLister
extends java.lang.Object

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

ThreadLister

public ThreadLister()
Method Detail

listAllThreads

public static void listAllThreads(java.io.PrintWriter out)
Find the root thread group and list it recursively