|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.scheduling.quartz.SchedulerAccessor
org.springframework.scheduling.quartz.SchedulerFactoryBean
ome.services.scheduler.SchedulerFactoryBean
public class SchedulerFactoryBean
Field Summary |
---|
Fields inherited from class org.springframework.scheduling.quartz.SchedulerFactoryBean |
---|
DEFAULT_THREAD_COUNT, PROP_THREAD_COUNT |
Fields inherited from class org.springframework.scheduling.quartz.SchedulerAccessor |
---|
logger, resourceLoader |
Constructor Summary | |
---|---|
SchedulerFactoryBean()
|
Method Summary | |
---|---|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
|
protected void |
registerTrigger(String beanName,
org.quartz.Trigger trigger)
Registers a JobDetailAwareTrigger . |
protected void |
restartIfNeeded()
Similar to the SchedulerFactoryBean.isRunning() method, but properly handles the
situation where the Scheduler has been completely shutdown and
therefore must be replaced. |
Methods inherited from class org.springframework.scheduling.quartz.SchedulerFactoryBean |
---|
afterPropertiesSet, createScheduler, destroy, getConfigTimeDataSource, getConfigTimeNonTransactionalDataSource, getConfigTimeResourceLoader, getConfigTimeTaskExecutor, getObject, getObjectType, getPhase, getScheduler, isAutoStartup, isRunning, isSingleton, setApplicationContext, setApplicationContextSchedulerContextKey, setAutoStartup, setBeanName, setConfigLocation, setDataSource, setExposeSchedulerInRepository, setJobFactory, setNonTransactionalDataSource, setPhase, setQuartzProperties, setSchedulerContextAsMap, setSchedulerFactoryClass, setSchedulerName, setStartupDelay, setTaskExecutor, setWaitForJobsToCompleteOnShutdown, start, startScheduler, stop, stop |
Methods inherited from class org.springframework.scheduling.quartz.SchedulerAccessor |
---|
registerJobsAndTriggers, registerListeners, setCalendars, setGlobalJobListeners, setGlobalTriggerListeners, setJobDetails, setJobListeners, setJobSchedulingDataLocation, setJobSchedulingDataLocations, setOverwriteExistingJobs, setResourceLoader, setSchedulerListeners, setTransactionManager, setTriggerListeners, setTriggers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchedulerFactoryBean()
Method Detail |
---|
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener
protected void registerTrigger(String beanName, org.quartz.Trigger trigger)
JobDetailAwareTrigger
. A method like this should
really have protected visibility in the superclass.
protected void restartIfNeeded()
SchedulerFactoryBean.isRunning()
method, but properly handles the
situation where the Scheduler
has been completely shutdown and
therefore must be replaced.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.