Deprecated API


Contents
Deprecated Interfaces
org.quartz.spi.TimeBroker
          TimeBroker is not currently used in the Quartz code base. 
 

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.TriggerUtils.getDSTSavings(TimeZone)
          use TimeZone.getDSTSavings() 
org.quartz.TriggerUtils.getOffset(long, TimeZone)
          use TimeZone.getOffset(date) 
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. 
 



Copyright 2001-2019, Terracotta, Inc.