Class AbstractJob

  • All Implemented Interfaces:
    java.io.Serializable, org.quartz.Job
    Direct Known Subclasses:
    AgentJob, RefreshViewsJob, UpdateSearchIndexJob

    public abstract class AbstractJob
    extends org.springframework.scheduling.quartz.QuartzJobBean
    implements java.io.Serializable
    The Class AbstractJob.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractJob()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected JobContextHolder getJobContextHolder​(org.quartz.JobExecutionContext jobContext)
      Gets the job context holder.
      • Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean

        execute, executeInternal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractJob

        public AbstractJob()
    • Method Detail

      • getJobContextHolder

        protected final JobContextHolder getJobContextHolder​(org.quartz.JobExecutionContext jobContext)
        Gets the job context holder.
        Parameters:
        jobContext - the job context
        Returns:
        the job context holder