|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadMXBean
This interface exposes thread system-specific information. It is a JRockit-specific extension of java.lang.management.ThreadMXBean.
Method Summary | |
---|---|
int |
getNumberOfMonitorDeadlockedThreads()
Counts the number of threads that are in deadlock waiting to acquire object monitors. |
java.lang.String |
getThreadStackDump()
Returns a string representing the thread stack dump you normally get by pressing ctrl-break. |
Methods inherited from interface java.lang.management.ThreadMXBean |
---|
findMonitorDeadlockedThreads, getAllThreadIds, getCurrentThreadCpuTime, getCurrentThreadUserTime, getDaemonThreadCount, getPeakThreadCount, getThreadCount, getThreadCpuTime, getThreadInfo, getThreadInfo, getThreadInfo, getThreadInfo, getThreadUserTime, getTotalStartedThreadCount, isCurrentThreadCpuTimeSupported, isThreadContentionMonitoringEnabled, isThreadContentionMonitoringSupported, isThreadCpuTimeEnabled, isThreadCpuTimeSupported, resetPeakThreadCount, setThreadContentionMonitoringEnabled, setThreadCpuTimeEnabled |
Method Detail |
---|
java.lang.String getThreadStackDump()
int getNumberOfMonitorDeadlockedThreads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |