org.ourgrid.test.functionaltests.busywait
Interface WaitCondition

All Known Implementing Classes:
JobStatusCondition, MyGridGumsCondition, PeerGumsInStateCondition

public interface WaitCondition

Implementers of this interface must determine the verification of a certain condition. This condition will be verified from times to times using the ConditionVerifier

Author:
Flavio Vinicius Diniz de Figueiredo - flaviov@lsd.ufcg.edu.br

Method Summary
 boolean verifyCondition()
          Verifies a certain condition.
 

Method Detail

verifyCondition

boolean verifyCondition()
                        throws java.lang.Exception
Verifies a certain condition.

Returns:
True if condition has been met, false otherwise.
Throws:
java.lang.Exception - In case the condition could not be verfied.