org.gridbus.broker.util
Class SleepUtil

java.lang.Object
  extended by org.gridbus.broker.util.SleepUtil

public class SleepUtil
extends java.lang.Object

Author:
marcos

Field Summary
static int LONG_SLEEP
           
static int MEDIUM_SLEEP
           
static int SMALL_SLEEP
           
static int TINY_SLEEP
           
 
Constructor Summary
SleepUtil()
           
 
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
 

Field Detail

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
Constructor Detail

SleepUtil

public SleepUtil()
Method Detail

safeSleep

public static void safeSleep(int time)

sleep

public static void sleep(int time)
                  throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException