33 #ifndef I_BESDefinitionStorageList_H 34 #define I_BESDefinitionStorageList_H 1 47 #define DEFAULT "default" 51 #define CATALOG "catalog" 75 typedef struct _persistence_list {
77 unsigned int _reference;
78 BESDefinitionStorageList::_persistence_list *_next;
81 BESDefinitionStorageList::persistence_list *_first;
96 virtual void dump(std::ostream &strm)
const;
101 #endif // I_BESDefinitionStorageList_H provides persistent storage for a specific view of different containers including contraints and aggr...
virtual void dump(std::ostream &strm) const
dumps information about this object
Base object for bes objects.
informational response object
virtual bool add_persistence(BESDefinitionStorage *p)
Add a persistent store to the list.
virtual void show_definitions(BESInfo &info)
show information for each definition in each persistence store
virtual bool ref_persistence(const std::string &persist_name)
reference a persistent store in the list
virtual BESDefinitionStorage * find_persistence(const std::string &persist_name)
find the persistence store with the given name
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
Provides a mechanism for accessing definitions from different definition stores registered with this ...