Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1105

Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.5
    • General
    • None

    Description

      Placeholder for github PR https://github.com/apache/commons-lang/pull/61

      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)

      Attachments

        Activity

          People

            britter Benedikt Ritter
            britter Benedikt Ritter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: