org.sourceforge.jemm.comm.shared
Class ThreadUtil

java.lang.Object
  extended by org.sourceforge.jemm.comm.shared.ThreadUtil

public final class ThreadUtil
extends java.lang.Object

Utility methods for thread.

Author:
Rory Graves

Method Summary
static java.lang.String getThreadId()
          Get the unique id assigned to this thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreadId

public static java.lang.String getThreadId()
Get the unique id assigned to this thread. If no id is assigned generate the next id and assign it.

Returns:
The unique identifier for this thread.


Copyright © 2009. All Rights Reserved.