Class ThreadGroup

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String m_name  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadGroup​(java.lang.String name)  
    • Field Detail

      • m_name

        private final java.lang.String m_name
    • Constructor Detail

      • ThreadGroup

        public ThreadGroup​(java.lang.String name)
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • compareTo

        public int compareTo​(ThreadGroup o)
        Specified by:
        compareTo in interface java.lang.Comparable<ThreadGroup>