33 #ifndef BESContainerStorageCatalog_h_ 34 #define BESContainerStorageCatalog_h_ 1 86 const string &real_name,
87 const string &type ) ;
88 bool isData(
const string &inQuestion,
89 list<string> &provides ) ;
91 virtual void dump( ostream &strm )
const ;
94 #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 ...
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
virtual ~BESContainerStorageCatalog()