82 if( store_name ==
"" )
91 string line = (string)
"Unable to delete all definitions " 92 +
"from definition store \"" + store_name +
"\"" ;
98 string line = (string)
"Definition store \"" 100 +
"\" does not exist. Unable to delete." ;
126 info->
transmit( transmitter, dhi ) ;
140 << (
void *)
this <<
")" << endl ;
silent informational response object
#define DELETE_DEFINITIONS_STR
provides persistent storage for a specific view of different containers including contraints and aggr...
exception thrown if inernal error encountered
static BESResponseHandler * DelDefsResponseBuilder(const string &name)
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)=0
transmit the informational object
virtual BESDefinitionStorage * find_persistence(const string &persist_name)
find the persistence store with the given name
BESDelDefsResponseHandler(const string &name)
error thrown if there is a user syntax error in the request or any other user error ...
BESResponseObject * _response
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...
#define PERSISTENCE_VOLATILE
handler object that knows how to create a specific response object
informational response object
virtual ~BESDelDefsResponseHandler(void)
static ostream & LMarg(ostream &strm)
virtual bool del_definitions()=0
deletes all defintions from the definition store
static BESDefinitionStorageList * TheList()
virtual void dump(ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
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 void execute(BESDataHandlerInterface &dhi)
executes the command to delete a container, a definition, or all definitions.