Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
Modifier and Type | Method and Description |
---|---|
static CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.calendarIntervalSchedule()
Create a CalendarIntervalScheduleBuilder.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withInterval(int timeInterval,
DateBuilder.IntervalUnit unit)
Specify the time unit and interval for the Trigger to be produced.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInDays(int intervalInDays)
Specify an interval in the IntervalUnit.DAY that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInHours(int intervalInHours)
Specify an interval in the IntervalUnit.HOUR that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInMinutes(int intervalInMinutes)
Specify an interval in the IntervalUnit.MINUTE that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInMonths(int intervalInMonths)
Specify an interval in the IntervalUnit.MONTH that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInSeconds(int intervalInSeconds)
Specify an interval in the IntervalUnit.SECOND that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInWeeks(int intervalInWeeks)
Specify an interval in the IntervalUnit.WEEK that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withIntervalInYears(int intervalInYears)
Specify an interval in the IntervalUnit.YEAR that the produced
Trigger will repeat at.
|
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing()
If the Trigger misfires, use the
CalendarIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction. |
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed()
If the Trigger misfires, use the
CalendarIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction. |
CalendarIntervalScheduleBuilder |
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires()
If the Trigger misfires, use the
Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction. |
Copyright © 2013. All Rights Reserved.