Interface and Description |
---|
org.quartz.spi.TimeBroker
TimeBroker is not currently used in the Quartz code base.
|
Class and Description |
---|
org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Use the StdJDBCDelegate for latest versions of Derby
|
org.quartz.ee.servlet.QuartzInitializerServlet
use
QuartzInitializerListener instead. |
Field and Description |
---|
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.
|
Method and Description |
---|
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 © 2015. All rights reserved.