|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.observation.persistence.ObservationStoreManager
public class ObservationStoreManager
The class TODO add class documentation here.
Constructor Summary | |
---|---|
ObservationStoreManager()
|
Method Summary | |
---|---|
static boolean |
containsDatastore(java.lang.String datastoreId)
|
static void |
destroy()
|
static ObservationDatastore |
get(java.lang.String id)
Returns the ObservationDatastore instance with the specified identifier. |
static java.util.Collection<ObservationDatastore> |
getAll()
Returns all active ObservationDatastore s. |
static ObservationDatastore |
getDatastoreById(java.lang.String datastoreId)
|
static java.util.Map<java.lang.String,ObservationStoreProvider> |
getProviders()
Returns all available providers. |
static void |
init(java.io.File osDir)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObservationStoreManager()
Method Detail |
---|
public static void init(java.io.File osDir)
osDir
- public static ObservationDatastore get(java.lang.String id)
ObservationDatastore
instance with the specified identifier.
id
- identifier of the observation store instance
ObservationDatastore
instance or null if no such instance has been createdpublic static java.util.Collection<ObservationDatastore> getAll()
ObservationDatastore
s.
ObservationDatastore
s instance, may be empty but never null
public static java.util.Map<java.lang.String,ObservationStoreProvider> getProviders()
public static ObservationDatastore getDatastoreById(java.lang.String datastoreId) throws ObservationDatastoreException
datastoreId
-
ObservationDatastoreException
public static boolean containsDatastore(java.lang.String datastoreId)
datastoreId
-
public static void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |