|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.riotfamily.common.scheduling.TransactionalJobDetailFactoryBean
public class TransactionalJobDetailFactoryBean
| Nested Class Summary | |
|---|---|
static class |
TransactionalJobDetailFactoryBean.StatefulTransactionalJob
Deprecated. Extension of the TransactionalJob, implementing the StatefulJob interface. |
static class |
TransactionalJobDetailFactoryBean.TransactionalJob
Deprecated. |
| Constructor Summary | |
|---|---|
TransactionalJobDetailFactoryBean()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Deprecated. |
Object |
getObject()
Deprecated. |
Class<?> |
getObjectType()
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setBeanFactory(BeanFactory beanFactory)
Deprecated. |
void |
setBeanName(String beanName)
Deprecated. |
void |
setCallback(TransactionCallback callback)
Deprecated. |
void |
setConcurrent(boolean concurrent)
Deprecated. Specify whether or not multiple jobs should be run in a concurrent fashion. |
void |
setGroup(String group)
Deprecated. Set the group of the job. |
void |
setJobListenerNames(String[] names)
Deprecated. Set a list of JobListener names for this job, referring to non-global JobListeners registered with the Scheduler. |
void |
setName(String name)
Deprecated. Set the name of the job. |
void |
setTransactionManager(PlatformTransactionManager transactionManager)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionalJobDetailFactoryBean()
| Method Detail |
|---|
public void setTransactionManager(PlatformTransactionManager transactionManager)
public void setCallback(TransactionCallback callback)
public void setName(String name)
Default is the bean name of this FactoryBean.
JobDetail.setName(java.lang.String)public void setGroup(String group)
Default is the default group of the Scheduler.
JobDetail.setGroup(java.lang.String),
Scheduler.DEFAULT_GROUPpublic void setConcurrent(boolean concurrent)
StatefulJob interface.
More information on stateful versus stateless jobs can be found
here.
The default setting is to run jobs concurrently.
public void setJobListenerNames(String[] names)
A JobListener name always refers to the name returned by the JobListener implementation.
SchedulerAccessor.setJobListeners(org.quartz.JobListener[]),
JobListener.getName()public void setBeanName(String beanName)
setBeanName in interface BeanNameAwarepublic void setBeanFactory(BeanFactory beanFactory)
setBeanFactory in interface BeanFactoryAwarepublic void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic Object getObject()
getObject in interface FactoryBeanpublic Class<?> getObjectType()
getObjectType in interface FactoryBeanpublic boolean isSingleton()
isSingleton in interface FactoryBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||