Class DataSourceFullHarvesterJob

  • All Implemented Interfaces:
    Comparable<org.n52.bjornoya.schedule.ScheduledJob>, org.n52.bjornoya.schedule.CronExpressionValidator, org.n52.bjornoya.schedule.FullHarvesterJob, org.quartz.Job

    @PersistJobDataAfterExecution
    @DisallowConcurrentExecution
    public class DataSourceFullHarvesterJob
    extends AbstractDataSourceHarvesterJob
    implements org.n52.bjornoya.schedule.FullHarvesterJob
    • Field Summary

      • Fields inherited from class org.n52.bjornoya.schedule.ScheduledJob

        JOB_CONFIG
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<DataSourceFullHarvesterJob> getClazz()  
      protected void process​(org.quartz.JobExecutionContext context)  
      • Methods inherited from class org.n52.bjornoya.schedule.ScheduledJob

        compareTo, createJobDetails, createTrigger, executeInternal, getCronExpression, getEventBus, getJobConfiguration, getJobConfigurationName, getJobDataMap, getJobDescription, getJobGroup, getJobName, getStartUpDelay, getTriggerName, init, isEnabled, isModified, isStartUpDelay, isTriggerAtStartup, setCronExpression, setEnabled, setJobConfiguration, setJobDescription, setJobGroup, setJobName, setModified, setStartUpDelay, setTriggerName, submitEvent
      • Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean

        execute
      • Methods inherited from interface org.n52.bjornoya.schedule.CronExpressionValidator

        validate
      • Methods inherited from interface org.quartz.Job

        execute
    • Constructor Detail

      • DataSourceFullHarvesterJob

        public DataSourceFullHarvesterJob()
    • Method Detail

      • process

        protected void process​(org.quartz.JobExecutionContext context)
                        throws org.quartz.JobExecutionException
        Specified by:
        process in class org.n52.bjornoya.schedule.ScheduledJob
        Throws:
        org.quartz.JobExecutionException