StatusChecker
org.resurgence.actor.StatusChecker

FIXME: Add documents here. FIXME: Make it more generic... FIXME: If we decided to extend from CommandLine, then we should re-code CommandLine for code reuse.

Author(s): Yang ZhaoIlkay AltintasWibke Sudholt, University and ETH Zurich, November 2004
Version:$Id: StatusChecker.java,v 1.4 2006/04/28 22:07:33 altintas Exp $


iterationOutput
The output in each iteration.



sleepTime
The sleep time amount, in milliseconds, between two checks. This parameter must contain a LongToken. The default value of this parameter is 0, meaning that this actor will not sleep between checks.

checkCondition
A regular expression for which to check in the output.

maxChecks
The max amount of checks. This parameter is type of int. The default value of this parameter is -1, meaning that this actor will keep on checking until the condition is satisfied.