|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.arjuna.ats.arjuna.utils.ThreadUtil
public class ThreadUtil
Provides utilities to manage thread ids.
| Constructor Summary | |
|---|---|
ThreadUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getThreadId()
Get the string ID for the current thread. |
static java.lang.String |
getThreadId(java.lang.Thread thread)
Get the string ID for the specified thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadUtil()
| Method Detail |
|---|
public static java.lang.String getThreadId()
public static java.lang.String getThreadId(java.lang.Thread thread)
thread - The thread.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||