| 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 and Description | 
|---|---|
static class  | 
ThreadUtils.NamePredicate
A predicate implementation which matches a thread or threadgroup name. 
 | 
static class  | 
ThreadUtils.ThreadIdPredicate
A predicate implementation which matches a thread id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<Thread> | 
ThreadUtils.findThreads(ThreadGroup group,
           boolean recurse,
           ThreadUtils.ThreadPredicate predicate)
Select all active threads which match the given predicate and which belongs to the given thread group (or one of its subgroups). 
 | 
static Collection<Thread> | 
ThreadUtils.findThreads(ThreadUtils.ThreadPredicate predicate)
Select all active threads which match the given predicate. 
 | 
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.