ThreadGroup.parentOf
Class Overview | Class Members |
This Package |
All Packages
public final boolean parentOf( ThreadGroup g )
Parameters
- g
- a thread group.
Returns
true if this thread group is the thread group
argument or one of its ancestor thread groups;
false otherwise.
Description
Tests if this thread group is either the thread group
argument or one of its ancestor thread groups.