org.eclipse.actf.util.thread
Class ThreadUtils

java.lang.Object
  extended by org.eclipse.actf.util.thread.ThreadUtils

public class ThreadUtils
extends Object


Field Summary
static boolean THREAD_DEBUG
           
 
Constructor Summary
ThreadUtils()
           
 
Method Summary
static void dumpThreadState()
           
static void dumpThreadState(String msg)
           
static StringBuffer getThreadState()
           
static StringBuffer getThreadState(String msg)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_DEBUG

public static final boolean THREAD_DEBUG
See Also:
Constant Field Values
Constructor Detail

ThreadUtils

public ThreadUtils()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

dumpThreadState

public static void dumpThreadState()

dumpThreadState

public static void dumpThreadState(String msg)

getThreadState

public static StringBuffer getThreadState()

getThreadState

public static StringBuffer getThreadState(String msg)