public static class ThreadUtils.NamePredicate extends Object implements ThreadUtils.ThreadPredicate, ThreadUtils.ThreadGroupPredicate
| Constructor and Description | 
|---|
NamePredicate(String name)
Predicate constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
test(Thread thread)
Evaluates this predicate on the given thread. 
 | 
boolean | 
test(ThreadGroup threadGroup)
Evaluates this predicate on the given threadgroup. 
 | 
public NamePredicate(String name)
name - thread or threadgroup nameIllegalArgumentException - if the name is nullpublic boolean test(ThreadGroup threadGroup)
ThreadUtils.ThreadGroupPredicatetest in interface ThreadUtils.ThreadGroupPredicatethreadGroup - the threadgrouptrue if the threadGroup matches the predicate, otherwise falsepublic boolean test(Thread thread)
ThreadUtils.ThreadPredicatetest in interface ThreadUtils.ThreadPredicatethread - the threadtrue if the thread matches the predicate, otherwise falseCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.