|
||||||||||
| 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 | |
|---|---|
String |
getConfigNamespace()
Returns the namespace for configuration documents that this provider handles. |
URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
ObservationDatastore |
getObservationStore(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 String getConfigNamespace()
ResourceProvider
getConfigNamespace in interface ResourceProvidernullpublic URL getConfigSchema()
ResourceProvider
getConfigSchema in interface ResourceProvidernull
public ObservationDatastore getObservationStore(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 | |||||||||