|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.jws.template.util.ThreadManager
public class ThreadManager
A very simple class used only during development or debug to monitor the status of all the threads used by this project.
Field Summary | |
---|---|
protected java.lang.String |
leadingName
Beginning of each logging message printed on the STDOUT . |
protected static WSLogger |
logger
Retrieving the logger instance to be used for this class (static). |
Constructor Summary | |
---|---|
ThreadManager()
|
Method Summary | |
---|---|
static java.lang.StringBuffer |
getFormattedList()
Returns the array of active threads in the current ThreadGroup . |
static java.lang.Thread[] |
getList()
Returns the array of active threads in the current ThreadGroup . |
static void |
logList()
Print in the LOG file the list of all active threads in the current ThreadGroup . |
static void |
printList()
Print on the STDOUT the list of all active threads in the current ThreadGroup . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static WSLogger logger
protected java.lang.String leadingName
Constructor Detail |
---|
public ThreadManager()
Method Detail |
---|
public static void printList()
ThreadGroup
.
public static void logList()
ThreadGroup
.
public static java.lang.StringBuffer getFormattedList()
ThreadGroup
.
StringBuffer
object describing the printable thread list.public static java.lang.Thread[] getList()
ThreadGroup
.
|
Build 18/09/2012 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |