Class MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob

All Implemented Interfaces:
Job
Enclosing class:
MethodInvokingJobDetailFactoryBean

@PersistJobDataAfterExecution @DisallowConcurrentExecution public static class MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob extends MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Extension of the MethodInvokingJob, implementing the StatefulJob interface. Quartz checks whether jobs are stateful and if so, won't let jobs interfere with each other.
  • Constructor Details

    • StatefulMethodInvokingJob

      public StatefulMethodInvokingJob()