ThreadGroup.getParent

ThreadGroup.getParent

Class Overview | Class Members | This Package | All Packages

Syntax
public final ThreadGroup getParent()
Returns
the parent of this thread group. The top-level thread group is the only thread group whose parent is null.
Description
Returns the parent of this thread group.