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()
IMCThread
getThreadId
in interface IMCThread
null
if not availablepublic java.lang.String getThreadName()
IMCThread
getThreadName
in interface IMCThread
null
if not availablepublic IMCThreadGroup getThreadGroup()
IMCThread
getThreadGroup
in interface IMCThread
null
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object