org.springframework.scheduling.quartz
Class MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
- Enclosing class:
- MethodInvokingJobDetailFactoryBean
public static class MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- extends MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- implements org.quartz.StatefulJob
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
Quartz checks whether or not jobs are stateful and if so,
won't let jobs interfere with each other.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.quartz.Job |
execute |
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
public MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob()