se.unlogic.standardutils.threads
Class ThreadUtils

java.lang.Object
  extended by se.unlogic.standardutils.threads.ThreadUtils

public class ThreadUtils
extends Object


Constructor Summary
ThreadUtils()
           
 
Method Summary
static void run(Runnable runnable, String threadName, boolean daemon)
           
 void sleep(long millis)
           
 
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

run

public static void run(Runnable runnable,
                       String threadName,
                       boolean daemon)

sleep

public void sleep(long millis)


Copyright © 2011. All Rights Reserved.