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()
IMCThreadGroupgetName in interface IMCThreadGroupnull if the information is not availablepublic IMCThreadGroup getParent()
IMCThreadGroupgetParent in interface IMCThreadGroupnull if the group has no parentpublic java.lang.String toString()
toString in class java.lang.Object