|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadMonitorService
The ThreadMonitorService class offers a method to
obtain ThreadMonitors, as well as various useful helper
methods to get more information about the current state of the
system thread pool.
| Method Summary | |
|---|---|
java.util.List<java.lang.management.ThreadInfo> |
getDeadlockedThreads()
Returns a list of all deadlocked threads within the system. |
ThreadMonitor |
getMonitor()
Returns the ThreadMonitor for the current JVM. |
java.util.List<java.lang.management.ThreadInfo> |
getThreadDump()
Returns a complete thread dump of all threads in the system. |
java.util.List<java.lang.String> |
getThreadNames()
Returns a list of all current threads' names. |
| Method Detail |
|---|
java.util.List<java.lang.String> getThreadNames()
java.util.List<java.lang.management.ThreadInfo> getThreadDump()
java.util.List<java.lang.management.ThreadInfo> getDeadlockedThreads()
ThreadMonitor getMonitor()
ThreadMonitor for the current JVM.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||