33 #ifndef GatewayContainerStorage_h_
34 #define GatewayContainerStorage_h_ 1
59 virtual void add_container(
const string &s_name,
const string &r_name,
const string &type);
61 virtual void dump(ostream &strm)
const;
64 #endif // GatewayContainerStorage_h_
implementation of BESContainerStorage that stores containers in memory for the duration of this proce...
virtual void dump(ostream &strm) const
dumps information about this object
GatewayContainerStorage(const string &n)
create an instance of this persistent store with the given name.
virtual ~GatewayContainerStorage()
virtual void add_container(const string &s_name, const string &r_name, const string &type)
adds a container with the provided information
implementation of BESContainerStorageVolatile that represents a list of remote requests ...