|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadInfo
Describes a thread. A list of alive and dead threads can be requested from the connection.
Connection.getThreadInfos()
Method Summary | |
---|---|
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. |
java.lang.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. |
Method Detail |
---|
java.lang.Long getThreadId()
java.lang.String getThreadName()
java.lang.String getGroupName()
java.lang.String getParentName()
long getThreadStartTime()
long getThreadEndTime()
long getThreadCPUTime()
|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |