Interface IMCThreadGroup


  • public interface IMCThreadGroup
    Class for representing a thread group in Mission Control.
    • Method Detail

      • getName

        String getName()
        Returns the name of the thread group.
        Returns:
        the name of the thread group, or null if the information is not available
      • getParent

        IMCThreadGroup getParent()
        Returns the parent of this thread group.
        Returns:
        the parent of this thread group, or null if the group has no parent