|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduleResult
The result of calculating the Schedule.nextDue(ScheduleContext)
for a
schedule.
Field Summary |
---|
Fields inherited from interface org.oddjob.schedules.Interval |
---|
END_OF_TIME, START_OF_TIME |
Method Summary | |
---|---|
Date |
getUseNext()
For recurring schedules this property provide the date that should be used for the next call to Schedule.nextDue(ScheduleContext) by using
the ScheduleContext.move(Date) method. |
Methods inherited from interface org.oddjob.schedules.Interval |
---|
getFromDate, getToDate |
Method Detail |
---|
Date getUseNext()
Schedule.nextDue(ScheduleContext)
by using
the ScheduleContext.move(Date)
method. For most schedules this
date will be identical to the Interval.getToDate()
but for some
schedules such AfterSchedule
this will not be the case.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |