38 #include "BESXMLDapCommandModule.h" 39 #include "BESDapNames.h" 42 #include "BESXMLCatalogCommand.h" 43 #include "BESXMLGetDataDDXCommand.h" 56 BESDEBUG(
"dap",
"Initializing DAP Commands:" << endl );
59 BESXMLCatalogCommand::CommandBuilder );
62 BESXMLCatalogCommand::CommandBuilder );
65 BESXMLGetDataDDXCommand::CommandBuilder );
67 BESDEBUG(
"dap",
"Done Initializing DAP Commands:" << endl );
80 BESDEBUG(
"dap",
"Removing DAP Commands" << endl );
86 BESDEBUG(
"dap",
"Done Removing DAP Commands" << endl );
97 strm << BESIndent::LMarg <<
"BESXMLDapCommandModule::dump - (" << (
void *)
this <<
")" << 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.
virtual void terminate(const string &modname)
Cleans up the DAP XML commands from the list of possible commands.
virtual void initialize(const string &modname)
Adds the basic DAP XML command objects to the XMLCommand list of possible commands.
virtual void dump(ostream &strm) const
dumps information about this object