RepeatingPeriodSchedulableJob¶
-
public class
RepeatingPeriodSchedulableJobextends MisfireSchedulableJob¶ Job that will be fired every
org.joda.time.Periodof time
Constructors¶
RepeatingPeriodSchedulableJob¶
-
public
RepeatingPeriodSchedulableJob(MotechEvent motechEvent, DateTime startTime, DateTime endTime, Period repeatPeriod, boolean ignorePastFiresAtStart)¶ Constructor.
Parameters: - motechEvent – the
MotechEventwhich will be fired when the job triggers, not null - startTime – the
Dateat which job should become ACTIVE, not null - endTime – the
Dateat which job should be stopped, null treated as never end - repeatPeriod – the
Periodbetween job fires, not null - ignorePastFiresAtStart – the flag defining whether job should ignore past fires at start or not
- motechEvent – the
RepeatingPeriodSchedulableJob¶
-
public
RepeatingPeriodSchedulableJob(MotechEvent motechEvent, DateTime startTime, DateTime endTime, Period repeatPeriod, boolean ignorePastFiresAtStart, boolean useOriginalFireTimeAfterMisfire, boolean uiDefined)¶ Constructor.
Parameters: - motechEvent – the
MotechEventwhich will be fired when the job triggers, not null - startTime – the
DateTimeat which job should become ACTIVE, not null - endTime – the
DateTimeat which job should be stopped, null treated as never end - repeatPeriod – the
Periodbetween job fires, not null - ignorePastFiresAtStart – the flag defining whether job should ignore past fires at start or not
- motechEvent – the