Uses of Interface
org.apache.commons.lang3.ThreadUtils.ThreadGroupPredicate
-
Packages that use ThreadUtils.ThreadGroupPredicate Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of ThreadUtils.ThreadGroupPredicate in org.apache.commons.lang3
Classes in org.apache.commons.lang3 that implement ThreadUtils.ThreadGroupPredicate Modifier and Type Class Description static classThreadUtils.NamePredicateA predicate implementation which matches a thread or threadgroup name.Methods in org.apache.commons.lang3 with parameters of type ThreadUtils.ThreadGroupPredicate Modifier and Type Method 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.
-