|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcs.utils.timing.SleepUtil
public class SleepUtil
Utility methods to help deal with thread issues.
| Constructor Summary | |
|---|---|
SleepUtil()
|
|
| Method Summary | |
|---|---|
static void |
sleepAtLeast(long milliseconds)
Sleep for a specified duration in milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SleepUtil()
| Method Detail |
|---|
public static void sleepAtLeast(long milliseconds)
milliseconds - the number of milliseconds to sleep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||