public class SchedulerFactoryBean
extends org.springframework.scheduling.quartz.SchedulerFactoryBean
SchedulerFactoryBean that uses DriverDelegateWrapper.
Also necessary because Quartz's JobStoreSupport does a hard
coded check on the name of the driver delegate class to determine the SQL lock statement.| Constructor and Description |
|---|
SchedulerFactoryBean(String quartzDriverDelegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setQuartzProperties(Properties quartzProperties) |
afterPropertiesSet, createScheduler, destroy, getConfigTimeDataSource, getConfigTimeNonTransactionalDataSource, getConfigTimeResourceLoader, getConfigTimeTaskExecutor, getObject, getObjectType, getPhase, getScheduler, isAutoStartup, isRunning, isSingleton, setApplicationContext, setApplicationContextSchedulerContextKey, setAutoStartup, setBeanName, setConfigLocation, setDataSource, setExposeSchedulerInRepository, setJobFactory, setNonTransactionalDataSource, setPhase, setSchedulerContextAsMap, setSchedulerFactoryClass, setSchedulerName, setStartupDelay, setTaskExecutor, setWaitForJobsToCompleteOnShutdown, start, startScheduler, stop, stopregisterJobsAndTriggers, registerListeners, setCalendars, setGlobalJobListeners, setGlobalTriggerListeners, setJobDetails, setJobSchedulingDataLocation, setJobSchedulingDataLocations, setOverwriteExistingJobs, setResourceLoader, setSchedulerListeners, setTransactionManager, setTriggerspublic SchedulerFactoryBean(String quartzDriverDelegate)
public void setQuartzProperties(Properties quartzProperties)
setQuartzProperties in class org.springframework.scheduling.quartz.SchedulerFactoryBeanCopyright © 2019. All rights reserved.