org.deegree.observation.persistence
Interface ObservationStoreProvider

All Superinterfaces:
ResourceProvider
All Known Implementing Classes:
BinaryObservationProvider, ContinuousObservationProvider, SimpleObservationProvider

public interface ObservationStoreProvider
extends ResourceProvider

The ObservationStoreProvider class makes an observation store model available. This can include a schema, namespace, configuration template and an observation store.

Version:
$Revision: 29556 $, $Date: 2011-02-07 12:21:59 +0100 (Mon, 07 Feb 2011) $
Author:
Andrei Ionita, last edited by: $Author: aschmitz $

Method Summary
 ObservationDatastore getObservationStore(URL configURL)
          Creates a new ObservationDatastore instance from the given configuration document.
 
Methods inherited from interface org.deegree.commons.config.ResourceProvider
getConfigNamespace, getConfigSchema
 

Method Detail

getObservationStore

ObservationDatastore getObservationStore(URL configURL)
                                         throws ObservationDatastoreException
Creates a new ObservationDatastore instance from the given configuration document.

Parameters:
configURL - location of the configuration document, must not be null
Returns:
new observation store instance, configured, not initialized yet
Throws:
ObservationDatastoreException


Copyright © 2011. All Rights Reserved.