Interface IMCThreadGroup


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

    Modifier and Type
    Method
    Description
    Returns the name of the thread group.
    Returns the parent of this thread group.
  • Method Details

    • 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