| Package | Description | 
|---|---|
| org.apache.commons.lang3 | Provides highly reusable static utility methods, chiefly concerned with adding value to the  java.langclasses. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ThreadUtils.NamePredicateA predicate implementation which matches a thread or threadgroup name. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Collection<ThreadGroup> | ThreadUtils. findThreadGroups(ThreadGroup group,
                boolean recurse,
                ThreadUtils.ThreadGroupPredicate predicate)Select all active threadgroups which match the given predicate and which is a subgroup of the given thread group (or one of its subgroups). | 
| static Collection<ThreadGroup> | ThreadUtils. findThreadGroups(ThreadUtils.ThreadGroupPredicate predicate)Select all active threadgroups which match the given predicate. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.