com.arjuna.ats.arjuna.utils
Class ThreadUtil

java.lang.Object
  extended by com.arjuna.ats.arjuna.utils.ThreadUtil

public class ThreadUtil
extends Object

Provides utilities to manage thread ids.


Constructor Summary
ThreadUtil()
           
 
Method Summary
static String getThreadId()
          Get the string ID for the current thread.
static String getThreadId(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

ThreadUtil

public ThreadUtil()
Method Detail

getThreadId

public static String getThreadId()
Get the string ID for the current thread.

Returns:
The thread id

getThreadId

public static String getThreadId(Thread thread)
Get the string ID for the specified thread.

Parameters:
thread - The thread.
Returns:
The thread id


Copyright © 2011. All Rights Reserved.