[
https://issues.apache.org/jira/browse/LANG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter updated LANG-1105:
----------------------------------
Summary: Add ThreadUtils - A utility class for which provides helper
methods related to java.lang.Thread (was: Add ThreadUtils)
> Add ThreadUtils - A utility class for which provides helper methods related
> to java.lang.Thread
> -----------------------------------------------------------------------------------------------
>
> Key: LANG-1105
> URL: https://issues.apache.org/jira/browse/LANG-1105
> Project: Commons Lang
> Issue Type: New Feature
> Components: General
> Reporter: Benedikt Ritter
> Assignee: Benedikt Ritter
> Fix For: Review Patch
>
>
> Placeholder for github PR https://github.com/apache/commons-lang/pull/61
> {quote}
> Add org.apache.commons.lang3.ThreadUtils which provide helper methods related
> to java.lang.Thread
> * getSystemThreadGroup()
> * getAllThreads()
> * getAllThreadGroups()
> * findThreadsByName(String threadName, String threadGroupName)
> * findThreadsByName(String threadName)
> * findThreadGroupsByName(String threadGroupName)
> * findThreadById(long threadId, String threadGroupName)
> * findThreadById(long threadId)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)