#include <BESDelContainerCommand.h>
Inheritance diagram for BESDelContainerCommand:
Public Member Functions | |
BESDelContainerCommand (const string &cmd) | |
virtual | ~BESDelContainerCommand () |
virtual BESResponseHandler * | parse_request (BESTokenizer &tokens, BESDataHandlerInterface &dhi) |
parses the request to delete a container from a specified container 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 a container from a specified container store Requests handled by this response handler are: delete container <container_name> [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. |
|
|
|
|