|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservationStoreProvider
The ObservationStoreProvider
class makes an observation store model available. This can include a
schema, namespace, configuration template and an observation store.
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. |
Method Detail |
---|
java.lang.String getConfigNamespace()
null
java.net.URL getConfigSchema()
null
java.net.URL getConfigTemplate()
null
ObservationDatastore getObservationStore(java.net.URL configURL) throws ObservationDatastoreException
ObservationDatastore
instance from the given configuration document.
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 |