#include <BESDelContainersCommand.h>
Inheritance diagram for BESDelContainersCommand:
Public Member Functions | |
BESDelContainersCommand (const string &cmd) | |
virtual | ~BESDelContainersCommand () |
virtual BESResponseHandler * | parse_request (BESTokenizer &tokens, BESDataHandlerInterface &dhi) |
parses the request to delete all containers from a specified persistent store | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual string | parse_options (BESTokenizer &tokens, BESDataHandlerInterface &dhi) |
Static Public Member Functions | |
static void | add_command (const string &cmd_str, BESCommand *cmd) |
static bool | del_command (const string &cmd_str) |
static BESCommand * | find_command (const string &cmd_str) |
Static Public Attributes | |
static BESCommand * | TermCommand = new BESTermCommand( "term" ) |
Protected Attributes | |
string | _cmd |
|
|
|
|
|
|
|
|
|
dumps information about this object Displays the pointer value of this instance
Reimplemented from BESCommand. |
|
|
|
Reimplemented in BESDefineCommand, and BESSetCommand. |
|
parses the request to delete all containers from a specified persistent store Request handled by this response handler: delete containers [from <store_name>]; if the store name is not specified it defaults to volatile. And remember to terminate all commands with a semicolon (;)
Implements BESCommand. |
|
|
|
|