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