#include <BESXMLDefaultCommands.h>
Static Public Member Functions | |
static int | initialize (int argc, char **argv) |
Loads the default set of BES XML commands. | |
static int | terminate (void) |
Removes the default set of BES XML commands from the list of possible commands. |
Definition at line 36 of file BESXMLDefaultCommands.h.
int BESXMLDefaultCommands::initialize | ( | int | argc, | |
char ** | argv | |||
) | [static] |
Loads the default set of BES XML commands.
Definition at line 57 of file BESXMLDefaultCommands.cc.
References BESXMLCommand::add_command(), BESDEBUG, BESXMLDeleteDefinitionsCommand::CommandBuilder(), BESXMLDeleteDefinitionCommand::CommandBuilder(), BESXMLDeleteContainersCommand::CommandBuilder(), BESXMLDeleteContainerCommand::CommandBuilder(), BESXMLGetCommand::CommandBuilder(), BESXMLDefineCommand::CommandBuilder(), BESXMLSetContainerCommand::CommandBuilder(), BESXMLSetContextCommand::CommandBuilder(), BESXMLShowErrorCommand::CommandBuilder(), BESXMLShowCommand::CommandBuilder(), CONFIG_RESPONSE_STR, DEFINE_RESPONSE_STR, DELETE_CONTAINER_STR, DELETE_CONTAINERS_STR, DELETE_DEFINITION_STR, DELETE_DEFINITIONS_STR, GET_RESPONSE, HELP_RESPONSE_STR, PROCESS_RESPONSE_STR, SERVICE_RESPONSE_STR, SET_CONTEXT_STR, SETCONTAINER_STR, SHOW_CONTEXT_STR, SHOW_ERROR_STR, SHOWCONTAINERS_RESPONSE_STR, SHOWDEFS_RESPONSE_STR, STATUS_RESPONSE_STR, and VERS_RESPONSE_STR.
Referenced by StandAloneApp::initialize(), and ServerApp::initialize().
Here is the call graph for this function:
int BESXMLDefaultCommands::terminate | ( | void | ) | [static] |
Removes the default set of BES XML commands from the list of possible commands.
Definition at line 164 of file BESXMLDefaultCommands.cc.
References BESDEBUG, CONFIG_RESPONSE_STR, DEFINE_RESPONSE_STR, BESXMLCommand::del_command(), DELETE_CONTAINER_STR, DELETE_CONTAINERS_STR, DELETE_DEFINITION_STR, GET_RESPONSE, HELP_RESPONSE_STR, PROCESS_RESPONSE_STR, SET_CONTEXT_STR, SETCONTAINER_STR, SHOW_CONTEXT_STR, SHOWCONTAINERS_RESPONSE_STR, SHOWDEFS_RESPONSE_STR, STATUS_RESPONSE_STR, and VERS_RESPONSE_STR.
Referenced by StandAloneApp::terminate(), and ServerApp::terminate().
Here is the call graph for this function: