You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/01 09:13:53 UTC

[jira] [Created] (LANG-1105) Add ThreadUtils

Benedikt Ritter created LANG-1105:
-------------------------------------

             Summary: Add ThreadUtils
                 Key: LANG-1105
                 URL: https://issues.apache.org/jira/browse/LANG-1105
             Project: Commons Lang
          Issue Type: New Feature
          Components: General
            Reporter: Benedikt Ritter
             Fix For: Review Patch, Discussion


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)