Uses of Interface
com.axiomalaska.sos.data.PublisherInfo

Packages that use PublisherInfo
com.axiomalaska.sos   
com.axiomalaska.sos.data   
com.axiomalaska.sos.example   
com.axiomalaska.sos.xmlbuilder   
 

Uses of PublisherInfo in com.axiomalaska.sos
 

Methods in com.axiomalaska.sos with parameters of type PublisherInfo
 void ObservationSubmitter.update(java.util.List<SosStation> stations, ObservationRetriever observationRetriever, PublisherInfo publisherInfo)
          Pull: Update the SOS with observations pulled from the observationRetriever with the each station and its phenomena This code first checks if a station is already created in the SOS with a DescribeSensor call.
 void ObservationSubmitter.update(ObservationCollection observationCollection, PublisherInfo publisherInfo)
          Push: Update the SOS with the given observationCollection
 void ObservationSubmitter.update(SosStation station, ObservationRetriever observationRetriever, PublisherInfo publisherInfo)
          Pull: Update the SOS with observations pulled from the observationRetriever with the passed in station with all its phenomena This code first checks if a station is already created in the SOS with a DescribeSensor call.
 

Constructors in com.axiomalaska.sos with parameters of type PublisherInfo
ObservationUpdater(java.lang.String sosUrl, org.apache.log4j.Logger logger, StationRetriever stationRetriever, PublisherInfo publisherInfo, ObservationRetriever observationRetriever)
           
ObservationUpdater(java.lang.String sosUrl, org.apache.log4j.Logger logger, StationRetriever stationRetriever, PublisherInfo publisherInfo, ObservationRetriever observationRetriever, java.lang.String name)
           
ObservationUpdater(java.lang.String sosUrl, StationRetriever stationRetriever, PublisherInfo publisherInfo, ObservationRetriever observationRetriever)
           
 

Uses of PublisherInfo in com.axiomalaska.sos.data
 

Classes in com.axiomalaska.sos.data that implement PublisherInfo
 class PublisherInfoImp
           
 

Uses of PublisherInfo in com.axiomalaska.sos.example
 

Methods in com.axiomalaska.sos.example with parameters of type PublisherInfo
 ObservationUpdater CnfaicObservationUpdaterFactory.buildCnfaicObservationUpdater(java.lang.String sosUrl, PublisherInfo publisherInfo)
           
 ObservationUpdater CnfaicObservationUpdaterFactory.buildCnfaicObservationUpdater(java.lang.String sosUrl, PublisherInfo publisherInfo, org.apache.log4j.Logger logger)
           
 

Uses of PublisherInfo in com.axiomalaska.sos.xmlbuilder
 

Constructors in com.axiomalaska.sos.xmlbuilder with parameters of type PublisherInfo
StationRegisterSensorBuilder(SosStation station, IdCreator idCreator, PublisherInfo publisherInfo)
           
 



Copyright © 2012. All Rights Reserved.