Deprecated Methods |
org.quartz.impl.calendar.BaseCalendar.buildHoliday(Date)
Always uses the default time zone. |
org.quartz.impl.calendar.BaseCalendar.buildHoliday(long)
Always uses the default time zone. |
org.quartz.helpers.TriggerUtils.computeFireTimes(Trigger, Calendar, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.computeFireTimesBetween(Trigger, Calendar, Date, Date)
use org.quartz.TriggerUtils instead! |
org.quartz.utils.StringKeyDirtyFlagMap.containsTransientData()
JDBCJobStores no longer prune out transient data. If you
include non-Serializable values in the Map, you will now get an
exception when attempting to store it in a database. |
org.quartz.impl.DirectSchedulerFactory.createVolatileSchduler(int)
see correctly spelled method. |
org.quartz.utils.StringKeyDirtyFlagMap.getAllowsTransientData()
JDBCJobStores no longer prune out transient data. If you
include non-Serializable values in the Map, you will now get an
exception when attempting to store it in a database. |
org.quartz.helpers.TriggerUtils.getDateOf(int, int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getDateOf(int, int, int, int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getDateOf(int, int, int, int, int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getDSTSavings(TimeZone)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenHourDate(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenHourDateBefore(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenMinuteDate(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenMinuteDateBefore(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenSecondDate(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getEvenSecondDateBefore(Date)
use org.quartz.TriggerUtils instead! |
org.quartz.plugins.xml.JobInitializationPlugin.getFileName()
Use fileNames with just one file. |
org.quartz.impl.calendar.BaseCalendar.getJavaCalendar(long)
Always uses the default time zone. |
org.quartz.impl.calendar.DailyCalendar.getName()
The use of name is no longer supported. |
org.quartz.impl.calendar.CronCalendar.getName()
The use of name is no longer supported. |
org.quartz.helpers.TriggerUtils.getNextGivenMinuteDate(Date, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getNextGivenSecondDate(Date, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.getOffset(long, TimeZone)
use org.quartz.TriggerUtils instead! |
org.quartz.Scheduler.isPaused()
|
org.quartz.SchedulerMetaData.isPaused()
Please use SchedulerMetaData.isInStandbyMode() . |
org.quartz.impl.RemoteMBeanScheduler.isPaused()
|
org.quartz.impl.StdScheduler.isPaused()
|
org.quartz.helpers.TriggerUtils.makeDailyTrigger(int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeHourlyTrigger()
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeHourlyTrigger(int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeHourlyTrigger(int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeMinutelyTrigger()
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeMinutelyTrigger(int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeMinutelyTrigger(int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeMonthlyTrigger(int, int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeSecondlyTrigger()
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeSecondlyTrigger(int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeSecondlyTrigger(int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.makeWeeklyTrigger(int, int, int)
use org.quartz.TriggerUtils instead! |
org.quartz.SchedulerMetaData.numJobsExecuted()
- Please use SchedulerMetaData.getNumberOfJobsExecuted() . |
org.quartz.Scheduler.pause()
replaced by better-named standby() method. |
org.quartz.impl.RemoteMBeanScheduler.pause()
|
org.quartz.impl.RemoteScheduler.pause()
|
org.quartz.impl.StdScheduler.pause()
|
org.quartz.Scheduler.removeGlobalJobListener(JobListener)
Use Scheduler.removeGlobalJobListener(String) |
org.quartz.core.QuartzScheduler.removeGlobalJobListener(JobListener)
Use QuartzScheduler.removeGlobalJobListener(String) |
org.quartz.impl.RemoteMBeanScheduler.removeGlobalJobListener(JobListener)
Use RemoteMBeanScheduler.removeGlobalJobListener(String) |
org.quartz.impl.RemoteScheduler.removeGlobalJobListener(JobListener)
Use RemoteScheduler.removeGlobalJobListener(String) |
org.quartz.impl.StdScheduler.removeGlobalJobListener(JobListener)
Use StdScheduler.removeGlobalJobListener(String) |
org.quartz.Scheduler.removeGlobalTriggerListener(TriggerListener)
Use Scheduler.removeGlobalTriggerListener(String) |
org.quartz.core.QuartzScheduler.removeGlobalTriggerListener(TriggerListener)
Use QuartzScheduler.removeGlobalTriggerListener(String) |
org.quartz.impl.RemoteMBeanScheduler.removeGlobalTriggerListener(TriggerListener)
Use RemoteMBeanScheduler.removeGlobalTriggerListener(String) |
org.quartz.impl.RemoteScheduler.removeGlobalTriggerListener(TriggerListener)
Use RemoteScheduler.removeGlobalTriggerListener(String) |
org.quartz.impl.StdScheduler.removeGlobalTriggerListener(TriggerListener)
Use StdScheduler.removeGlobalTriggerListener(String) |
org.quartz.utils.StringKeyDirtyFlagMap.removeTransientData()
JDBCJobStores no longer prune out transient data. If you
include non-Serializable values in the Map, you will now get an
exception when attempting to store it in a database. |
org.quartz.SchedulerMetaData.runningSince()
- Please use SchedulerMetaData.getRunningSince() . |
org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectNextFireTime(Connection)
Does not account for misfires. |
org.quartz.utils.StringKeyDirtyFlagMap.setAllowsTransientData(boolean)
JDBCJobStores no longer prune out transient data. If you
include non-Serializable values in the Map, you will now get an
exception when attempting to store it in a database. |
org.quartz.plugins.xml.JobInitializationPlugin.setFileName(String)
Use fileNames with just one file. |
org.quartz.helpers.TriggerUtils.setTriggerIdentity(Trigger, String)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.setTriggerIdentity(Trigger, String, String)
use org.quartz.TriggerUtils instead! |
org.quartz.helpers.TriggerUtils.translateTime(Date, TimeZone, TimeZone)
use org.quartz.TriggerUtils instead! |
Deprecated Constructors |
org.quartz.impl.calendar.CronCalendar(String, Calendar, String)
The use of name is no longer supported. |
org.quartz.impl.calendar.CronCalendar(String, Calendar, String, TimeZone)
The use of name is no longer supported. |
org.quartz.impl.calendar.CronCalendar(String, String)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, Calendar)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, Calendar, Calendar)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, int, int, int, int, int, int, int, int)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, long, long)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, String, String)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, Calendar, TimeZone, long, long)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, int, int, int, int, int, int, int, int)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, long, long)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, String, String)
The use of name is no longer supported. |
org.quartz.impl.calendar.DailyCalendar(String, TimeZone, long, long)
The use of name is no longer supported. |