Deprecated List (Quartz Parent POM 2.0.1 API)

Quartz Java



Deprecated API


Contents
Deprecated Interfaces
org.quartz.StatefulJob           use DisallowConcurrentExecution and/or PersistJobDataAfterExecution annotations instead. 
 

Deprecated Classes
org.quartz.impl.jdbcjobstore.CloudscapeDelegate
          Use the StdJDBCDelegate for latest versions of Derby 
 

Deprecated Fields
org.quartz.impl.jdbcjobstore.Constants.STATE_MISFIRED
          Whether a trigger has misfired is no longer a state, but rather now identified dynamically by whether the trigger's next fire time is more than the misfire threshold time in the past. 
 

Deprecated Methods
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.SchedulerMetaData.jobStoreSupportsPersistence()
          s 
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.impl.jdbcjobstore.StdJDBCDelegate.selectNextFireTime(Connection)
          Does not account for misfires. 
org.quartz.impl.jdbcjobstore.DriverDelegate.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. 
 

Deprecated Constructors
org.quartz.impl.triggers.CronTriggerImpl(String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String, String, Date, Date, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String, String, Date, Date, String, TimeZone)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String, String, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.CronTriggerImpl(String, String, String, String, String, TimeZone)
          use a TriggerBuilder instead 
org.quartz.impl.JobDetailImpl(String, Class)
          use JobBuilder 
org.quartz.impl.JobDetailImpl(String, String, Class)
          use JobBuilder 
org.quartz.impl.JobDetailImpl(String, String, Class, boolean, boolean)
          use JobBuilder 
org.quartz.impl.triggers.SimpleTriggerImpl(String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, Date)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, Date, Date, int, long)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, int, long)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, String)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, String, Date)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, String, Date, Date, int, long)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, String, int, long)
          use a TriggerBuilder instead 
org.quartz.impl.triggers.SimpleTriggerImpl(String, String, String, String, Date, Date, int, long)
          use a TriggerBuilder instead 
 



Copyright 2001-2011, Terracotta, Inc.