static class StructTypes.JfrThreadGroup extends java.lang.Object implements IMCThreadGroup
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
name |
java.lang.Object |
parent |
Constructor and Description |
---|
JfrThreadGroup() |
Modifier and Type | Method and 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() |
public java.lang.String getName()
IMCThreadGroup
getName
in interface IMCThreadGroup
null
if the information is not availablepublic IMCThreadGroup getParent()
IMCThreadGroup
getParent
in interface IMCThreadGroup
null
if the group has no parentpublic java.lang.String toString()
toString
in class java.lang.Object