|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JVMThreadInfoStats
A Stats interface, to expose the monitoring information about each individual thread in the the thread system of the JVM.
| Method Summary | |
|---|---|
CountStatistic |
getBlockedCount()
Returns the number of times that this thread has been in the blocked state |
CountStatistic |
getBlockedTime()
Returns the elapsed time (in milliseconds) that the thread associated with this ThreadInfo has blocked to enter or reenter a monitor since thread contention monitoring is enabled. |
StringStatistic |
getLockName()
Returns the string representation of the monitor lock that the thread is blocked to enter or waiting to be notified through the Object.wait method |
CountStatistic |
getLockOwnerId()
Returns the Id of the thread which holds the monitor lock of an object on which this thread is blocking |
StringStatistic |
getLockOwnerName()
Returns the name of the thread that holds the monitor lock of the object this thread is blocking on |
StringStatistic |
getStackTrace()
Returns the stacktrace associated with this thread |
CountStatistic |
getThreadId()
Returns the Id of the thread |
StringStatistic |
getThreadName()
Returns the name of the thread |
StringStatistic |
getThreadState()
Returns the state of the thread |
CountStatistic |
getWaitedCount()
Returns the number of times that the thread has been in WAITING or TIMED_WAITING states |
CountStatistic |
getWaitedTime()
Returns the elapsed time(in milliseconds) that the thread has been in the waiting state. |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
CountStatistic getThreadId()
StringStatistic getThreadName()
StringStatistic getThreadState()
CountStatistic getBlockedTime()
CountStatistic getBlockedCount()
CountStatistic getWaitedTime()
CountStatistic getWaitedCount()
StringStatistic getLockName()
CountStatistic getLockOwnerId()
StringStatistic getLockOwnerName()
StringStatistic getStackTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||