Class ThreadDumper

  • All Implemented Interfaces:

    
    public class ThreadDumper
    
                        

    Utility class to create a Thread Dump

    Since:

    3.2

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String threadDump() Returns name of file containing thread dump.
      static String threadDump(File basedir) Returns name of file containing thread dump.
      static void writeThreadDump(Writer writer) Write Thread Dump
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • threadDump

         static String threadDump()

        Returns name of file containing thread dump.

        Returns:

        Name of file containing thread dump

      • threadDump

         static String threadDump(File basedir)

        Returns name of file containing thread dump.

        Parameters:
        basedir - File Base directory
        Returns:

        Name of file containing thread dump