当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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:
- Job, StatefulJob
- Enclosing class:
- MethodInvokingJobDetailFactoryBean
public static class MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- extends MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- implements 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()
Copyright © 2002-2007 The Spring Framework.