#include <BESXMLDapCommandModule.h>
Public Member Functions | |
BESXMLDapCommandModule () | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | initialize (const string &modname) |
virtual void | terminate (const string &modname) |
virtual | ~BESXMLDapCommandModule () |
Definition at line 38 of file BESXMLDapCommandModule.h.
BESXMLDapCommandModule::BESXMLDapCommandModule | ( | ) | [inline] |
Definition at line 41 of file BESXMLDapCommandModule.h.
virtual BESXMLDapCommandModule::~BESXMLDapCommandModule | ( | ) | [inline, virtual] |
Definition at line 42 of file BESXMLDapCommandModule.h.
void BESXMLDapCommandModule::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this class
strm | C++ i/o stream to dump the information to |
Implements BESAbstractModule.
Definition at line 79 of file BESXMLDapCommandModule.cc.
References BESIndent::LMarg().
void BESXMLDapCommandModule::initialize | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 44 of file BESXMLDapCommandModule.cc.
References BESXMLCommand::add_command(), BESDEBUG, CATALOG_RESPONSE_STR, BESXMLCatalogCommand::CommandBuilder(), and SHOW_INFO_RESPONSE_STR.
void BESXMLDapCommandModule::terminate | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 62 of file BESXMLDapCommandModule.cc.
References BESDEBUG, CATALOG_RESPONSE_STR, BESXMLCommand::del_command(), and SHOW_INFO_RESPONSE_STR.