Package org.openjdk.jmc.common
Interface IMCThreadGroup
- 
public interface IMCThreadGroupClass for representing a thread group in Mission Control. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the thread group.IMCThreadGroupgetParent()Returns the parent of this thread group. 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
Returns the name of the thread group.- Returns:
 - the name of the thread group, or 
nullif the information is not available 
 
- 
getParent
IMCThreadGroup getParent()
Returns the parent of this thread group.- Returns:
 - the parent of this thread group, or 
nullif the group has no parent 
 
 - 
 
 -