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 
org.quartz.ee.servlet.QuartzInitializerServlet
          use QuartzInitializerListener instead. 
 

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.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 © 2010. All Rights Reserved.