org.gridbus.broker.util
Class SleepUtil
java.lang.Object
org.gridbus.broker.util.SleepUtil
public class SleepUtil
- extends java.lang.Object
- Author:
- marcos
Method Summary |
static void |
safeSleep(int time)
|
static void |
sleep(int time)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TINY_SLEEP
public static final int TINY_SLEEP
- See Also:
- Constant Field Values
SMALL_SLEEP
public static final int SMALL_SLEEP
- See Also:
- Constant Field Values
MEDIUM_SLEEP
public static final int MEDIUM_SLEEP
- See Also:
- Constant Field Values
LONG_SLEEP
public static final int LONG_SLEEP
- See Also:
- Constant Field Values
SleepUtil
public SleepUtil()
safeSleep
public static void safeSleep(int time)
sleep
public static void sleep(int time)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException