@Deprecated public class ThreadUtil extends Object
| Constructor and Description |
|---|
ThreadUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearStatus()
Deprecated.
|
static void |
clearStatus(Thread t)
Deprecated.
|
static FastStack<String> |
getStatus()
Deprecated.
|
static FastStack<String> |
getStatus(Thread t)
Deprecated.
|
static void |
printStackTrace()
Deprecated.
Creates an prints a stack trace
|
static void |
pushStatus(String what)
Deprecated.
|
static void |
pushStatus(Thread t,
String what)
Deprecated.
|
static void |
sleep(long time)
Deprecated.
Pauses for a given number of milliseconds
|
public static void printStackTrace()
public static void sleep(long time)
time - number of milliseconds for which to pausepublic static void pushStatus(String what)
public static void clearStatus()
public static void clearStatus(Thread t)