Uses of Class
cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Packages that use DailyTimeIntervalMonthScheduleBuilder
-
Uses of DailyTimeIntervalMonthScheduleBuilder in cn.sinozg.applet.quartz.use.ext
Methods in cn.sinozg.applet.quartz.use.ext that return DailyTimeIntervalMonthScheduleBuilderModifier and TypeMethodDescriptionDailyTimeIntervalMonthScheduleBuilder.dailyTimeIntervalSchedule()Create a DailyTimeIntervalScheduleBuilder.DailyTimeIntervalMonthScheduleBuilder.endingDailyAfterCount(int count) Calculate and set the endTimeOfDay using count, interval and starTimeOfDay.DailyTimeIntervalMonthScheduleBuilder.endingDailyAt(org.quartz.TimeOfDay timeOfDay) Set the startTimeOfDay for this trigger to end firing each day at the given time.DailyTimeIntervalMonthScheduleBuilder.onDaysOfTheMonth(Integer... onDaysOfMonth) Set the trigger to fire on the given days of the month.DailyTimeIntervalMonthScheduleBuilder.onDaysOfTheMonth(Set<Integer> onDaysOfMonth) Set the trigger to fire on the given days of the month.DailyTimeIntervalMonthScheduleBuilder.onEveryDay()Set the trigger to fire on all days of the month.DailyTimeIntervalMonthScheduleBuilder.startingDailyAt(org.quartz.TimeOfDay timeOfDay) Set the trigger to begin firing each day at the given time.DailyTimeIntervalMonthScheduleBuilder.withInterval(int timeInterval, org.quartz.DateBuilder.IntervalUnit unit) Specify the time unit and interval for the Trigger to be produced.DailyTimeIntervalMonthScheduleBuilder.withIntervalInHours(int intervalInHours) Specify an interval in the IntervalUnit.HOUR that the produced Trigger will repeat at.DailyTimeIntervalMonthScheduleBuilder.withIntervalInMinutes(int intervalInMinutes) Specify an interval in the IntervalUnit.MINUTE that the produced Trigger will repeat at.DailyTimeIntervalMonthScheduleBuilder.withIntervalInSeconds(int intervalInSeconds) Specify an interval in the IntervalUnit.SECOND that the produced Trigger will repeat at.DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionDoNothing()If the Trigger misfires, use theDailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHINGinstruction.DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionFireAndProceed()If the Trigger misfires, use theDailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOWinstruction.DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires()If the Trigger misfires, use theTrigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICYinstruction.DailyTimeIntervalMonthScheduleBuilder.withRepeatCount(int repeatCount) Set number of times for interval to repeat.