|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axonframework.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
public class QuartzEventSchedulerFactoryBean
Spring FactoryBean that creates a QuartzEventScheduler instance using resources found in the Spring Application Context. The QuartzEventScheduler delegates the actual scheduling and triggering to a Quartz Scheduler, making it more suitable for long-term triggers and triggers that must survive a system restart.
| Constructor Summary | |
|---|---|
QuartzEventSchedulerFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
QuartzEventScheduler |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setEventBus(EventBus eventBus)
Sets the event bus to which scheduled events need to be published. |
void |
setEventJobDataBinder(EventJobDataBinder eventJobDataBinder)
Sets the EventJobDataBinder instance which reads / writes the event message to publish to the
JobDataMap. |
void |
setGroupIdentifier(String groupIdentifier)
Sets the group identifier to use when scheduling jobs with Quartz. |
void |
setScheduler(org.quartz.Scheduler scheduler)
Sets the backing Quartz Scheduler for this timer. |
void |
setTransactionDefinition(org.springframework.transaction.TransactionDefinition transactionDefinition)
The TransactionDefinition to use by the transaction manager. |
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Sets the transaction manager that manages the transaction around the publication of an event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuartzEventSchedulerFactoryBean()
| Method Detail |
|---|
public QuartzEventScheduler getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<QuartzEventScheduler>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<QuartzEventScheduler>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<QuartzEventScheduler>
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setScheduler(org.quartz.Scheduler scheduler)
scheduler - the backing Quartz Scheduler for this timerpublic void setEventBus(EventBus eventBus)
eventBus - the event bus to which scheduled events need to be published.public void setGroupIdentifier(String groupIdentifier)
groupIdentifier - the group identifier to use when scheduling jobs with Quartzpublic void setEventJobDataBinder(EventJobDataBinder eventJobDataBinder)
EventJobDataBinder instance which reads / writes the event message to publish to the
JobDataMap. Defaults to QuartzEventScheduler.DirectEventJobDataBinder.
eventJobDataBinder - to usepublic void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
transactionManager - the transaction manager that takes care of transactions around event publicationpublic void setTransactionDefinition(org.springframework.transaction.TransactionDefinition transactionDefinition)
DefaultTransactionDefinition.
Is ignored if no transaction manager is configured.
transactionDefinition - the TransactionDefinition to use by the transaction manager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||