org.kuali.common.util
Class ThreadUtils

java.lang.Object
  extended by org.kuali.common.util.ThreadUtils

public class ThreadUtils
extends Object


Constructor Summary
ThreadUtils()
           
 
Method Summary
static void sleep(long millis)
          Sleep for millis throwing IllegalStateException if we get interrupted.
 
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

sleep

public static void sleep(long millis)
Sleep for millis throwing IllegalStateException if we get interrupted.



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.