Class AbstractServiceConstellation
- java.lang.Object
-
- org.n52.sensorweb.server.helgoland.adapters.connector.AbstractServiceConstellation
-
- All Implemented Interfaces:
EntityBuilder
public abstract class AbstractServiceConstellation extends Object implements EntityBuilder
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceConstellation(String fullHarvester, String temporalHarvester)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.n52.janmayen.event.EventgetEvent()StringgetFullHarvester()HarvestContextgetHavesterContext()HarvestContextgetHavesterContext(org.quartz.JobDataMap jobDataMap)org.n52.series.db.beans.ServiceEntitygetService()StringgetTemporalHarvester()voidsetService(org.n52.series.db.beans.ServiceEntity service)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.sensorweb.server.helgoland.adapters.utils.EntityBuilder
addDescribeableData, createCategory, createCategory, createDataEntity, createDataEntity, createDataEntity, createDataset, createFeature, createFeature, createFeature, createFormat, createGeometry, createGeometry, createGeometry, createLocation, createOffering, createOffering, createPhenomenon, createPhenomenon, createPlatform, createProcedure, createProcedure, createService, createService, createService, createService, createService, createTag, createUnit, createUnit, createUnit, getDefaultFeatureFormat, getDefaultProcedureFormat
-
-
-
-
Method Detail
-
setService
public void setService(org.n52.series.db.beans.ServiceEntity service)
-
getService
public org.n52.series.db.beans.ServiceEntity getService()
-
getTemporalHarvester
public String getTemporalHarvester()
-
getFullHarvester
public String getFullHarvester()
-
getEvent
public org.n52.janmayen.event.Event getEvent()
-
getHavesterContext
public HarvestContext getHavesterContext() throws org.quartz.JobExecutionException
- Throws:
org.quartz.JobExecutionException
-
getHavesterContext
public HarvestContext getHavesterContext(org.quartz.JobDataMap jobDataMap) throws org.quartz.JobExecutionException
- Throws:
org.quartz.JobExecutionException
-
-