public interface ThreadInfo
Connection.getThreadInfos()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName()
Returns the thread group name of this thread.
|
java.lang.String |
getParentName()
Returns the name of the parent thread.
|
long |
getThreadCPUTime()
Returns the CPU time for this thread.
|
long |
getThreadEndTime()
Returns the time when this thread was ended.
|
long |
getThreadId()
Returns the id of this thread.
|
java.lang.String |
getThreadName()
Returns the name of this thread.
|
long |
getThreadStartTime()
Returns the time when this thread was started.
|
long getThreadId()
java.lang.String getThreadName()
java.lang.String getGroupName()
java.lang.String getParentName()
long getThreadStartTime()
long getThreadEndTime()
long getThreadCPUTime()