82 if( store_name ==
"" )
93 string line = (string)
"Unable to delete containers from \"" 95 +
"\" container store" ;
101 string line = (string)
"Container storage \"" 103 +
"\" does not exist. " 104 +
"Unable to delete containers" ;
130 info->
transmit( transmitter, dhi ) ;
144 << (
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 ~BESDelContainersResponseHandler(void)
virtual BESContainerStorage * find_persistence(const string &persist_name)
find the persistence store with the given name
static BESResponseHandler * DelContainersResponseBuilder(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
#define PERSISTENCE_VOLATILE
virtual void dump(ostream &strm) const
dumps information about this object
handler object that knows how to create a specific response object
informational response object
virtual bool del_containers()=0
removes all container
static ostream & LMarg(ostream &strm)
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...
#define DELETE_CONTAINERS_STR
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 execute(BESDataHandlerInterface &dhi)
executes the command to delete all containers from a specified container store.
virtual void dump(ostream &strm) const
dumps information about this object
BESDelContainersResponseHandler(const string &name)