29 #ifndef I_HttpdCatalogContainerStorage_H_ 30 #define I_HttpdCatalogContainerStorage_H_ 1 32 #include "BESContainerStorageVolatile.h" 36 namespace httpd_catalog {
53 virtual void add_container(
const std::string &s_name,
const std::string &r_name,
const std::string &type);
55 virtual void dump(std::ostream &strm)
const;
60 #endif // I_HttpdCatalogContainerStorage_H_ virtual void add_container(const std::string &s_name, const std::string &r_name, const std::string &type)
adds a container with the provided information
implementation of BESContainerStorageVolatile that represents a list of remote requests
implementation of BESContainerStorage that stores containers in memory for the duration of this proce...
virtual void dump(std::ostream &strm) const
dumps information about this object
HttpdCatalogContainerStorage(const std::string &n)
create an instance of this persistent store with the given name.