|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScheduleCondition
This interface defines the API for the condition used to check to see if a scheduled task is qualified to run.
| Method Summary | |
|---|---|
boolean |
check(long curr)
Check the condition. |
long |
getRetryTime(long curr)
Get the next time to retry the condition. |
| Method Detail |
|---|
boolean check(long curr)
curr - current time.
long getRetryTime(long curr)
curr - current time.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||