| Package | Description |
|---|---|
| org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ThreadUtils.NamePredicate |
A predicate implementation which matches a thread or threadgroup name.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Collection<java.lang.ThreadGroup> |
ThreadUtils.findThreadGroups(java.lang.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 java.util.Collection<java.lang.ThreadGroup> |
ThreadUtils.findThreadGroups(ThreadUtils.ThreadGroupPredicate predicate) |
Select all active threadgroups which match the given predicate.
|
Copyright © 2001-2019 - Apache Software Foundation