95 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute store = "
97 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute symbolic = "
99 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute real = "
101 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute type = "
105 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute adding the container..." << endl);
108 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute Done" << endl);
112 string ret = (string)
"Unable to add container \"" + symbolic_name +
"\" to container storage \"" + store_name
113 +
"\". Store does not exist.";
148 strm <<
BESIndent::LMarg <<
"BESSetContainerResponseHandler::dump - (" << (
void *)
this <<
")" << endl;
silent informational response object
provides persistent storage for data storage information represented by a container.
virtual void dump(ostream &strm) const
dumps information about this object
exception thrown if inernal error encountered
virtual BESContainerStorage * find_persistence(const string &persist_name)
find the persistence store with the given name
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...
static BESResponseHandler * SetContainerResponseBuilder(const string &name)
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)=0
transmit the informational object
error thrown if there is a user syntax error in the request or any other user error ...
BESResponseObject * _response
handler object that knows how to create a specific response object
informational response object
static ostream & LMarg(ostream &strm)
virtual void add_container(const string &sym_name, const string &real_name, const string &type)=0
adds a container with the provided information
virtual void dump(ostream &strm) const
dumps information about this object
virtual void execute(BESDataHandlerInterface &dhi)
executes the command to create a new container or replaces an already existing container based on the...
Structure storing information used by the BES to handle the request.
static BESContainerStorageList * TheList()
map< string, string > data
the map of string data that will be required for the current request.
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
virtual bool del_container(const string &s_name)=0
removes a container with the given symbolic name
virtual ~BESSetContainerResponseHandler(void)
BESSetContainerResponseHandler(const string &name)