| edu.iu.uis.eden.messaging.quartz.KSBSchedulerFactoryBean
KSBSchedulerFactoryBean | public class KSBSchedulerFactoryBean extends SchedulerFactoryBean (Code) | | An implementation of the Quartz SchedulerFactoryBean which uses a database-backed quartz if the useQuartzDatabase property
is set.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
Method Summary | |
public void | afterPropertiesSet() | protected Scheduler | createScheduler(SchedulerFactory schedulerFactory, String schedulerName) | public void | setJtaTransactionManager(PlatformTransactionManager jtaTransactionManager) This is to work around an issue with the GRL when you've got more than one module with a bean named
"transactionManager". |
createScheduler | protected Scheduler createScheduler(SchedulerFactory schedulerFactory, String schedulerName) throws SchedulerException(Code) | | |
setJtaTransactionManager | public void setJtaTransactionManager(PlatformTransactionManager jtaTransactionManager)(Code) | | This is to work around an issue with the GRL when you've got more than one module with a bean named
"transactionManager".
Parameters: jtaTransactionManager - |
|
|