|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.observation.persistence.continuous.ContinuousObservationProvider
public class ContinuousObservationProvider
The class TODO add class documentation here.
| Constructor Summary | |
|---|---|
ContinuousObservationProvider()
|
|
| 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 ContinuousObservationProvider()
| Method Detail |
|---|
public java.lang.String getConfigNamespace()
ObservationStoreProvider
getConfigNamespace in interface ObservationStoreProvidernullpublic java.net.URL getConfigSchema()
ObservationStoreProvider
getConfigSchema in interface ObservationStoreProvidernullpublic java.net.URL getConfigTemplate()
ObservationStoreProvider
getConfigTemplate in interface ObservationStoreProvidernull
public ObservationDatastore getObservationStore(java.net.URL configURL)
throws ObservationDatastoreException
ObservationStoreProviderObservationDatastore instance from the given configuration document.
getObservationStore in interface ObservationStoreProviderconfigURL - 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 | |||||||||