类 URPSchedulerFactoryBean
java.lang.Object
org.springframework.scheduling.quartz.SchedulerAccessor
org.springframework.scheduling.quartz.SchedulerFactoryBean
org.openurp.service.squartz.URPSchedulerFactoryBean
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<org.quartz.Scheduler>,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.ResourceLoaderAware,org.springframework.context.SmartLifecycle
public class URPSchedulerFactoryBean
extends org.springframework.scheduling.quartz.SchedulerFactoryBean
-
字段概要
从类继承的字段 org.springframework.scheduling.quartz.SchedulerFactoryBean
DEFAULT_THREAD_COUNT, PROP_THREAD_COUNT从类继承的字段 org.springframework.scheduling.quartz.SchedulerAccessor
logger, resourceLoader -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 从类继承的方法 org.springframework.scheduling.quartz.SchedulerFactoryBean
createScheduler, destroy, getConfigTimeDataSource, getConfigTimeNonTransactionalDataSource, getConfigTimeResourceLoader, getConfigTimeTaskExecutor, getObject, getObjectType, getPhase, getScheduler, isAutoStartup, isRunning, isSingleton, setApplicationContextSchedulerContextKey, setAutoStartup, setBeanName, setConfigLocation, setDataSource, setExposeSchedulerInRepository, setJobFactory, setNonTransactionalDataSource, setPhase, setQuartzProperties, setSchedulerContextAsMap, setSchedulerFactory, setSchedulerFactoryClass, setSchedulerName, setStartupDelay, setTaskExecutor, setWaitForJobsToCompleteOnShutdown, start, startScheduler, stop, stop从类继承的方法 org.springframework.scheduling.quartz.SchedulerAccessor
registerJobsAndTriggers, registerListeners, setCalendars, setGlobalJobListeners, setGlobalTriggerListeners, setJobDetails, setJobSchedulingDataLocation, setJobSchedulingDataLocations, setOverwriteExistingJobs, setResourceLoader, setSchedulerListeners, setTransactionManager, setTriggers
-
构造器详细资料
-
URPSchedulerFactoryBean
public URPSchedulerFactoryBean()
-
-
方法详细资料
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 覆盖:
afterPropertiesSet在类中org.springframework.scheduling.quartz.SchedulerFactoryBean- 抛出:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 覆盖:
setApplicationContext在类中org.springframework.scheduling.quartz.SchedulerFactoryBean
-