Class StructTypes.JfrThreadGroup

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object name  
      java.lang.Object parent  
    • Constructor Summary

      Constructors 
      Constructor Description
      JfrThreadGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the thread group.
      IMCThreadGroup getParent()
      Returns the parent of this thread group.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.Object name
      • parent

        public java.lang.Object parent
    • Constructor Detail

      • JfrThreadGroup

        JfrThreadGroup()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: IMCThreadGroup
        Returns the name of the thread group.
        Specified by:
        getName in interface IMCThreadGroup
        Returns:
        the name of the thread group, or null if the information is not available
      • getParent

        public IMCThreadGroup getParent()
        Description copied from interface: IMCThreadGroup
        Returns the parent of this thread group.
        Specified by:
        getParent in interface IMCThreadGroup
        Returns:
        the parent of this thread group, or null if the group has no parent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object