33#ifndef I_BESDefinitionStorageList_H
34#define I_BESDefinitionStorageList_H 1
46#define DEFAULT "default"
50#define CATALOG "catalog"
73 mutable std::recursive_mutex d_cache_lock_mutex;
75 static void initialize_instance();
76 static void delete_instance();
78 typedef struct _persistence_list {
80 unsigned int _reference;
81 BESDefinitionStorageList::_persistence_list *_next;
84 BESDefinitionStorageList::persistence_list *_first;
99 virtual void dump(std::ostream &strm)
const;
Provides a mechanism for accessing definitions from different definition stores registered with this ...
virtual BESDefinitionStorage * find_persistence(const std::string &persist_name)
find the persistence store with the given name
virtual bool add_persistence(BESDefinitionStorage *p)
Add a persistent store to the list.
virtual BESDefine * look_for(const std::string &def_name)
look for the specified definition in the list of defintion stores.
virtual bool deref_persistence(const std::string &persist_name)
de-reference a persistent store in the list
virtual bool ref_persistence(const std::string &persist_name)
reference a persistent store in the list
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void show_definitions(BESInfo &info)
show information for each definition in each persistence store
provides persistent storage for a specific view of different containers including contraints and aggr...
informational response object
top level BES object to house generic methods