java.lang
Class ThreadGroup

java.lang.Object
  extended by java.lang.ThreadGroup
Direct Known Subclasses:
Isolate

public class ThreadGroup
extends Object


Field Summary
protected  Thread head
           
protected  String name
           
 
Constructor Summary
protected ThreadGroup()
           
 
Method Summary
 void add(Thread t)
           
static ThreadGroup currentThreadGroup()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

protected Thread head

name

protected String name
Constructor Detail

ThreadGroup

protected ThreadGroup()
Method Detail

currentThreadGroup

public static ThreadGroup currentThreadGroup()

add

public void add(Thread t)

stop

public void stop()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.