Uses of Class org.quartz.CalendarIntervalScheduleBuilder (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.CalendarIntervalScheduleBuilder

Packages that use CalendarIntervalScheduleBuilder
org.quartz The main package of Quartz, containing the client-side interfaces. 
 

Uses of CalendarIntervalScheduleBuilder in org.quartz
 

Methods in org.quartz that return CalendarIntervalScheduleBuilder
static CalendarIntervalScheduleBuilder CalendarIntervalScheduleBuilder.calendarIntervalSchedule()
          Create a CalendarIntervalScheduleBuilder.
 CalendarIntervalScheduleBuilder CalendarIntervalScheduleBuilder.withInterval(int interval, 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 2001-2011, Terracotta, Inc.