74 strm <<
BESIndent::LMarg <<
"GatewayContainerStorage::dump - (" << (
void *)
this <<
")" << endl;
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
virtual void add_container(BESContainer *c)
add the passed container to the list of containers in volatile storage
GatewayContainerStorage(const string &n)
create an instance of this persistent store with the given name.
virtual ~GatewayContainerStorage()
static ostream & LMarg(ostream &strm)
virtual void add_container(const string &s_name, const string &r_name, const string &type)
adds a container with the provided information
A container is something that holds data.
virtual void dump(ostream &strm) const
dumps information about this object
Container representing a remote request.