|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.test.functionaltests.busywait.ConditionWaiter
public class ConditionWaiter
This is used to wait for a certain condition.
Field Summary | |
---|---|
static long |
WAIT_PERIOD
Timw between condition verifies. |
Constructor Summary | |
---|---|
ConditionWaiter()
|
Method Summary | |
---|---|
static void |
waitForCondition(WaitCondition waitCondition)
This method wait for a certain condition from times to times. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long WAIT_PERIOD
Constructor Detail |
---|
public ConditionWaiter()
Method Detail |
---|
public static void waitForCondition(WaitCondition waitCondition) throws java.lang.Exception
waitCondition
- Condition to verify.
java.lang.Exception
- If condition cannot be verified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |