Class ThreadData


  • public class ThreadData
    extends java.lang.Object
    Generate information about application threads
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.HashMap<java.lang.String,​ThreadInformation> threadInformation
      All collected application threads information
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadData​(java.util.ArrayList<BacktraceStackFrame> exceptionStack)
      Create instance of ThreadData class to collect information about used threads
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMainThread()
      Get main thread id
      • Methods inherited from class java.lang.Object

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

      • threadInformation

        public java.util.HashMap<java.lang.String,​ThreadInformation> threadInformation
        All collected application threads information
    • Constructor Detail

      • ThreadData

        public ThreadData​(java.util.ArrayList<BacktraceStackFrame> exceptionStack)
        Create instance of ThreadData class to collect information about used threads
        Parameters:
        exceptionStack - current BacktraceReport exception stack
    • Method Detail

      • getMainThread

        public java.lang.String getMainThread()
        Get main thread id
        Returns:
        main thread id