37 #include "BESXMLDefaultCommands.h" 39 #include "BESResponseNames.h" 43 #include "BESXMLShowCommand.h" 44 #include "BESXMLShowErrorCommand.h" 45 #include "BESXMLSetContextCommand.h" 46 #include "BESXMLSetContainerCommand.h" 47 #include "BESXMLDefineCommand.h" 48 #include "BESXMLGetCommand.h" 49 #include "BESXMLDeleteContainerCommand.h" 50 #include "BESXMLDeleteContainersCommand.h" 51 #include "BESXMLDeleteDefinitionCommand.h" 52 #include "BESXMLDeleteDefinitionsCommand.h" 58 BESDEBUG(
"besxml",
"Initializing default commands:" << endl);
67 BESXMLShowCommand::CommandBuilder );
69 BESXMLShowCommand::CommandBuilder );
83 BESDEBUG(
"besxml",
"Done Initializing default commands:" << endl);
93 BESDEBUG(
"besxml",
"Removing default commands:" << endl);
113 BESDEBUG(
"besxml",
"Done Removing default commands:" << endl);
static bool del_command(const string &cmd_str)
Deletes the command called cmd_str from the list of possible commands.
static void add_command(const string &cmd_str, p_xmlcmd_builder cmd)
Add a command to the possible commands allowed by this BES.
static int terminate(void)
Removes the default set of BES XML commands from the list of possible commands.
static int initialize(int argc, char **argv)
Loads the default set of BES XML commands.