|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ourgrid.test.functionaltests.busywait.JobStatusCondition
public class JobStatusCondition
Condition used to wait until a job has reached a certain state.
| Constructor Summary | |
|---|---|
JobStatusCondition(MyGridUnit myGridUnit,
int jobId,
ExecutionStatus executionStatus)
|
|
| Method Summary | |
|---|---|
boolean |
verifyCondition()
Verifies a certain condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobStatusCondition(MyGridUnit myGridUnit,
int jobId,
ExecutionStatus executionStatus)
| Method Detail |
|---|
public boolean verifyCondition()
throws java.lang.Exception
WaitCondition
verifyCondition in interface WaitConditionjava.lang.Exception - In case the condition could not be verfied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||