96 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute store = "
98 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute symbolic = "
100 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute real = "
102 BESDEBUG(
"bes",
"BESSetContainerResponseHandler::execute type = "
109 cp->
add_container( symbolic_name, real_name, container_type ) ;
113 string ret = (string)
"Unable to add container \""
114 + symbolic_name +
"\" to container storage \""
115 + store_name +
"\". Store does not exist." ;
141 info->
transmit( transmitter, dhi ) ;
155 << (
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)