All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.Threads

java.lang.Object
   |
   +----utils.Threads

public class Threads
extends Object
Thread manipulating utilities


Constructor Index

 o Threads()

Method Index

 o list()
List all groups and threads on System.out
 o main(String[])
Test the class.

Constructors

 o Threads
 public Threads()

Methods

 o list
 public static void list()
List all groups and threads on System.out

 o main
 public static void main(String args[])
Test the class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index