Uses of Class
org.n52.sensorweb.server.helgoland.adapters.harvest.HarvestContext
-
Packages that use HarvestContext Package Description org.n52.sensorweb.server.helgoland.adapters.connector org.n52.sensorweb.server.helgoland.adapters.harvest -
-
Uses of HarvestContext in org.n52.sensorweb.server.helgoland.adapters.connector
Methods in org.n52.sensorweb.server.helgoland.adapters.connector that return HarvestContext Modifier and Type Method Description HarvestContextAbstractServiceConstellation. getHavesterContext()HarvestContextAbstractServiceConstellation. getHavesterContext(org.quartz.JobDataMap jobDataMap) -
Uses of HarvestContext in org.n52.sensorweb.server.helgoland.adapters.harvest
Methods in org.n52.sensorweb.server.helgoland.adapters.harvest that return HarvestContext Modifier and Type Method Description HarvestContextHarvestContext. setLastUpdateTime(org.joda.time.DateTime lastUpdateTime)Methods in org.n52.sensorweb.server.helgoland.adapters.harvest with parameters of type HarvestContext Modifier and Type Method Description HarvesterResponseHarvester. process(HarvestContext context)The method called by the harvester job The implementation should be annotated with @Transactional(rollbackFor = Exception.class)
-