bes
Updated for version 3.20.6
|
34 #include "GatewayContainerStorage.h"
35 #include "GatewayContainer.h"
38 using namespace gateway;
47 GatewayContainerStorage::GatewayContainerStorage(
const string &n) :
52 GatewayContainerStorage::~GatewayContainerStorage()
78 strm << BESIndent::LMarg <<
"GatewayContainerStorage::dump - (" << (
void *)
this <<
")" << endl;
81 BESIndent::UnIndent();
virtual void dump(std::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
Container representing a remote request.
virtual void dump(std::ostream &strm) const
dumps information about this object
implementation of BESContainerStorage that stores containers in memory for the duration of this proce...
A container is something that holds data. E.G., a netcdf file or a database entry.
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