Class DataSourceFullHarvesterJob
- java.lang.Object
-
- org.springframework.scheduling.quartz.QuartzJobBean
-
- org.n52.bjornoya.schedule.ScheduledJob
-
- org.n52.sensorweb.server.helgoland.adapters.harvest.AbstractDataSourceHarvesterJob
-
- org.n52.sensorweb.server.helgoland.adapters.harvest.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
-
-
Constructor Summary
Constructors Constructor Description DataSourceFullHarvesterJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<DataSourceFullHarvesterJob>getClazz()protected voidprocess(org.quartz.JobExecutionContext context)-
Methods inherited from class org.n52.sensorweb.server.helgoland.adapters.harvest.AbstractDataSourceHarvesterJob
determineConstellation, getDataSourceJobConfiguration, getHelper
-
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
-
-
-
-
Method Detail
-
process
protected void process(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException- Specified by:
processin classorg.n52.bjornoya.schedule.ScheduledJob- Throws:
org.quartz.JobExecutionException
-
getClazz
protected Class<DataSourceFullHarvesterJob> getClazz()
- Specified by:
getClazzin classorg.n52.bjornoya.schedule.ScheduledJob
-
-