You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Hendrik Saly (JIRA)" <ji...@apache.org> on 2015/05/04 00:31:06 UTC

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

    [ https://issues.apache.org/jira/browse/LANG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526057#comment-14526057 ] 

Hendrik Saly commented on LANG-1105:
------------------------------------

pls refer also to https://github.com/apache/commons-lang/pull/78

> 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)