static class StructTypes.JfrThread extends java.lang.Object implements IMCThread
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
group |
java.lang.Object |
javaName |
java.lang.Object |
javaThreadId |
java.lang.Object |
osName |
java.lang.Object |
osThreadId |
| Constructor and Description |
|---|
JfrThread() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IMCThreadGroup |
getThreadGroup()
Returns the thread group this thread belongs to.
|
java.lang.Long |
getThreadId()
Returns the java thread id.
|
java.lang.String |
getThreadName()
Returns the java thread name.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.Object osName
public java.lang.Object osThreadId
public java.lang.Object javaThreadId
public java.lang.Object javaName
public java.lang.Object group
public java.lang.Long getThreadId()
IMCThreadgetThreadId in interface IMCThreadnull if not availablepublic java.lang.String getThreadName()
IMCThreadgetThreadName in interface IMCThreadnull if not availablepublic IMCThreadGroup getThreadGroup()
IMCThreadgetThreadGroup in interface IMCThreadnull if it does not belong to a
thread group or if the information is not available.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object