Uses of Class
org.n52.sensorweb.server.helgoland.adapters.connector.AbstractServiceConstellation
-
Packages that use AbstractServiceConstellation Package Description org.n52.sensorweb.server.helgoland.adapters.connector org.n52.sensorweb.server.helgoland.adapters.harvest -
-
Uses of AbstractServiceConstellation in org.n52.sensorweb.server.helgoland.adapters.connector
Methods in org.n52.sensorweb.server.helgoland.adapters.connector that return AbstractServiceConstellation Modifier and Type Method Description abstract AbstractServiceConstellationAbstractConnector. getConstellation(ConnectorConfiguration configuration) -
Uses of AbstractServiceConstellation in org.n52.sensorweb.server.helgoland.adapters.harvest
Methods in org.n52.sensorweb.server.helgoland.adapters.harvest that return AbstractServiceConstellation Modifier and Type Method Description AbstractServiceConstellationHarvestContext. getConstellation()Methods in org.n52.sensorweb.server.helgoland.adapters.harvest with parameters of type AbstractServiceConstellation Modifier and Type Method Description voidHarvestingListener. onResult(AbstractServiceConstellation result)Constructors in org.n52.sensorweb.server.helgoland.adapters.harvest with parameters of type AbstractServiceConstellation Constructor Description HarvestContext(AbstractServiceConstellation constellation)HarvestContext(AbstractServiceConstellation constellation, org.quartz.JobDataMap jobDataMap)
-