Java Platform 1.2
Beta 4

Uses of Class
java.lang.ThreadGroup

Packages that use ThreadGroup
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.rmi Provides the RMI package.  
 

Uses of ThreadGroup in java.lang
 

Methods in java.lang that return ThreadGroup
 ThreadGroup Thread.getThreadGroup()
          Returns this thread's thread group.
 ThreadGroup SecurityManager.getThreadGroup()
          Returns the thread group into which to instantiate any new thread being created at the time this is being called.
 ThreadGroup ThreadGroup.getParent()
          Returns the parent of this thread group.
 

Methods in java.lang with parameters of type ThreadGroup
 void SecurityManager.checkAccess(ThreadGroup g)
          Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
 boolean ThreadGroup.parentOf(ThreadGroup g)
          Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
 int ThreadGroup.enumerate(ThreadGroup[] list)
          Copies into the specified array references to every active subgroup in this thread group.
 int ThreadGroup.enumerate(ThreadGroup[] list, boolean recurse)
          Copies into the specified array references to every active subgroup in this thread group.
 

Constructors in java.lang with parameters of type ThreadGroup
Thread.Thread(ThreadGroup group, Runnable target)
          Allocates a new Thread object.
Thread.Thread(ThreadGroup group, String name)
          Allocates a new Thread object.
Thread.Thread(ThreadGroup group, Runnable target, String name)
          Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
ThreadGroup.ThreadGroup(ThreadGroup parent, String name)
          Creates a new thread group.
 

Uses of ThreadGroup in java.rmi
 

Methods in java.rmi with parameters of type ThreadGroup
 void RMISecurityManager.checkAccess(ThreadGroup g)
          Check access to threads.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.