33 #ifndef BESContainerStorageCatalog_h_ 34 #define BESContainerStorageCatalog_h_ 1 40 #include "BESContainerStorageVolatile.h" 84 virtual void add_container(
const string &sym_name,
const string &real_name,
const string &type);
85 virtual bool isData(
const string &inQuestion, list<string> &provides);
87 virtual void dump(ostream &strm)
const;
90 #endif // BESContainerStorageCatalog_h_ BESContainerStorageCatalog(const string &n)
create an instance of this persistent store with the given name.
implementation of BESContainerStorage that stores containers in memory for the duration of this proce...
implementation of BESContainerStorage that represents a data within a catalog repository ...
virtual bool isData(const string &inQuestion, list< string > &provides)
is the specified node in question served by a request handler
virtual void add_container(const string &sym_name, const string &real_name, const string &type)
adds a container with the provided information
virtual void dump(ostream &strm) const
dumps information about this object