Package org.apache.commons.lang3
Interface ThreadUtils.ThreadGroupPredicate
- All Known Implementing Classes:
ThreadUtils.NamePredicate
- Enclosing class:
- ThreadUtils
public static interface ThreadUtils.ThreadGroupPredicate
A predicate for selecting threadgroups.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(ThreadGroup threadGroup) Evaluates this predicate on the given threadgroup.
-
Method Details
-
test
Evaluates this predicate on the given threadgroup.- Parameters:
threadGroup
- the threadgroup- Returns:
true
if the threadGroup matches the predicate, otherwisefalse
-