|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.observation.persistence.simple.SimpleObservationProvider
public class SimpleObservationProvider
The SimpleObservationProvider
makes available the SimpleObservationStore model. This includes a schema,
te
Constructor Summary | |
---|---|
SimpleObservationProvider()
|
Method Summary | |
---|---|
java.lang.String |
getConfigNamespace()
Returns the namespace for configurations documents that this provider handles. |
java.net.URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
java.net.URL |
getConfigTemplate()
Returns the URL for retrieving the configuration document template. |
ObservationDatastore |
getObservationStore(java.net.URL configURL)
Creates a new ObservationDatastore instance from the given configuration document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleObservationProvider()
Method Detail |
---|
public java.lang.String getConfigNamespace()
ObservationStoreProvider
getConfigNamespace
in interface ObservationStoreProvider
null
public java.net.URL getConfigSchema()
ObservationStoreProvider
getConfigSchema
in interface ObservationStoreProvider
null
public java.net.URL getConfigTemplate()
ObservationStoreProvider
getConfigTemplate
in interface ObservationStoreProvider
null
public ObservationDatastore getObservationStore(java.net.URL configURL) throws ObservationDatastoreException
ObservationStoreProvider
ObservationDatastore
instance from the given configuration document.
getObservationStore
in interface ObservationStoreProvider
configURL
- location of the configuration document, must not be null
ObservationDatastoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |