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/05/04 21:53:06 UTC

[jira] [Updated] (LANG-1105) Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread

     [ 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 which provides helper methods related to java.lang.Thread  (was: Add ThreadUtils - A utility class for which provides helper methods related to java.lang.Thread)

> Add ThreadUtils - A utility class 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)