Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.ThreadGroup
Packages that use ThreadGroup
Provides classes that are fundamental to the design of the Java programming language.
Methods in java.lang that return ThreadGroup
SecurityManager.getThreadGroup()
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
Returns the thread group to which this thread belongs.
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.
int
ThreadGroup.enumerate(ThreadGroup[] list)
Copies into the specified array references to every active subgroup in this thread group and its subgroups.
int
ThreadGroup.enumerate(ThreadGroup[] list, boolean recurse)
Copies into the specified array references to every active subgroup in this thread group.
final boolean
ThreadGroup.parentOf(ThreadGroup g)
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
Constructors in java.lang with parameters of type ThreadGroup
Thread(ThreadGroup group, Runnable target)
Allocates a new Thread object.
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.
Thread(ThreadGroup group, Runnable target, String name, long stackSize)
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, and has the specified stack size.
Thread(ThreadGroup group, Runnable target, String name, long stackSize, boolean inheritThreadLocals)
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, belongs to the thread group referred to by group, has the specified stackSize, and inherits initial values for inheritable thread-local variables if inheritThreadLocals is true.
Allocates a new Thread object.
Creates a new thread group.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz