100 cp->
add_container( symbolic_name, real_name, container_type ) ;
104 string ret = (string)
"Unable to add container \"" 105 + symbolic_name +
"\" to container storage \"" 106 + store_name +
"\". Store does not exist." ;
132 info->
transmit( transmitter, dhi ) ;
146 << (
void *)
this <<
")" << endl ;
silent informational response object
provides persistent storage for data storage information represented by a container.
exception thrown if inernal error encountered
virtual BESContainerStorage * find_persistence(const string &persist_name)
find the persistence store with the given name
virtual void dump(ostream &strm) const
dumps information about this object
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 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.
virtual void dump(ostream &strm) const
dumps information about this object
virtual bool del_container(const string &s_name)=0
removes a container with the given symbolic name
virtual ~BESSetContainerResponseHandler(void)
BESSetContainerResponseHandler(const string &name)