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.StringgetName()Returns the name of the thread group.IMCThreadGroupgetParent()Returns the parent of this thread group.java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IMCThreadGroupReturns the name of the thread group.- Specified by:
getNamein interfaceIMCThreadGroup- Returns:
- the name of the thread group, or
nullif the information is not available
-
getParent
public IMCThreadGroup getParent()
Description copied from interface:IMCThreadGroupReturns the parent of this thread group.- Specified by:
getParentin interfaceIMCThreadGroup- Returns:
- the parent of this thread group, or
nullif the group has no parent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-