org.microemu.util
Class ThreadUtils

java.lang.Object
  extended by org.microemu.util.ThreadUtils

public class ThreadUtils
extends java.lang.Object


Constructor Summary
ThreadUtils()
           
 
Method Summary
static java.util.Timer createTimer(java.lang.String name)
          Creates a new timer whose associated thread has the specified name in Java 1.5.
static java.lang.String getCallLocation(java.lang.String fqn)
           
static java.lang.String getTreadStackTrace(java.lang.Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadUtils

public ThreadUtils()
Method Detail

createTimer

public static java.util.Timer createTimer(java.lang.String name)
Creates a new timer whose associated thread has the specified name in Java 1.5.

Parameters:
name - the name of the associated thread

getCallLocation

public static java.lang.String getCallLocation(java.lang.String fqn)

getTreadStackTrace

public static java.lang.String getTreadStackTrace(java.lang.Thread t)


Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.