|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.util.ThreadLister
List all threads in this virtual machine.
| Constructor Summary | |
ThreadLister()
|
|
| Method Summary | |
static int |
countThreads()
Count all active threads in this virtual machine. |
static java.lang.String |
getAllStackTraces()
|
static java.lang.ThreadGroup |
getRootThreadGroup()
Find the root thread group |
static java.lang.String |
listAllThreads()
List all threads below the root thread group recursively. |
static void |
listAllThreads(java.io.PrintStream out)
List all threads below the root thread group recursively. |
static void |
main(java.lang.String[] args)
java org.xmlBlaster.util.ThreadLister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ThreadLister()
| Method Detail |
public static void listAllThreads(java.io.PrintStream out)
public static java.lang.String listAllThreads()
public static int countThreads()
public static java.lang.ThreadGroup getRootThreadGroup()
public static java.lang.String getAllStackTraces()
public static void main(java.lang.String[] args)
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||