Class StructTypes.JfrThreadGroup
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v1.StructTypes.JfrThreadGroup
-
- All Implemented Interfaces:
IMCThreadGroup
- Enclosing class:
- StructTypes
static class StructTypes.JfrThreadGroup extends java.lang.Object implements IMCThreadGroup
-
-
Constructor Summary
Constructors Constructor Description JfrThreadGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IMCThreadGroup
Returns the name of the thread group.- Specified by:
getName
in interfaceIMCThreadGroup
- Returns:
- the name of the thread group, or
null
if the information is not available
-
getParent
public IMCThreadGroup getParent()
Description copied from interface:IMCThreadGroup
Returns the parent of this thread group.- Specified by:
getParent
in interfaceIMCThreadGroup
- Returns:
- the parent of this thread group, or
null
if the group has no parent
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-