| |
|
| java.lang.Object com.db.utils.ThreadLister
ThreadLister | public class ThreadLister (Code) | | 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.
|
listAllThreads | public static void listAllThreads(PrintWriter out)(Code) | | Find the root thread group and list it recursively
|
main | public static void main(String[] args)(Code) | | The main() method: just print the list of threads to the console
|
|
|
|