Class HarvestContext
- java.lang.Object
-
- org.n52.sensorweb.server.helgoland.adapters.harvest.HarvestContext
-
public class HarvestContext extends Object
-
-
Constructor Summary
Constructors Constructor Description HarvestContext(AbstractServiceConstellation constellation)HarvestContext(AbstractServiceConstellation constellation, org.quartz.JobDataMap jobDataMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractServiceConstellationgetConstellation()org.quartz.JobDataMapgetJobDataMap()org.joda.time.DateTimegetLastUpdateTime()HarvestContextsetLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
-
-
-
Constructor Detail
-
HarvestContext
public HarvestContext(AbstractServiceConstellation constellation)
-
HarvestContext
public HarvestContext(AbstractServiceConstellation constellation, org.quartz.JobDataMap jobDataMap)
-
-
Method Detail
-
getConstellation
public AbstractServiceConstellation getConstellation()
-
getJobDataMap
public org.quartz.JobDataMap getJobDataMap()
-
setLastUpdateTime
public HarvestContext setLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
-
getLastUpdateTime
public org.joda.time.DateTime getLastUpdateTime()
-
-