OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#include <BESDapModule.h>
Public Member Functions | |
BESDapModule () | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | initialize (const string &modname) |
virtual void | terminate (const string &modname) |
virtual | ~BESDapModule () |
Definition at line 37 of file BESDapModule.h.
BESDapModule::BESDapModule | ( | ) | [inline] |
Definition at line 40 of file BESDapModule.h.
virtual BESDapModule::~BESDapModule | ( | ) | [inline, virtual] |
Definition at line 41 of file BESDapModule.h.
void BESDapModule::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements BESAbstractModule.
Definition at line 147 of file BESDapModule.cc.
References BESIndent::LMarg().
void BESDapModule::initialize | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 65 of file BESDapModule.cc.
References BESExceptionManager::add_ehm_callback(), BESResponseHandlerList::add_handler(), BESRequestHandlerList::add_handler(), BESServiceRegistry::add_service(), BESServiceRegistry::add_to_service(), BESReturnManager::add_transmitter(), BESDEBUG, CATALOG_RESPONSE, BESCatalogResponseHandler::CatalogResponseBuilder(), DAP2_FORMAT, DAS_DESCRIPT, DAS_RESPONSE, DAS_SERVICE, BESDASResponseHandler::DASResponseBuilder(), DATA_DESCRIPT, DATA_RESPONSE, DATA_SERVICE, DATADDX_DESCRIPT, DATADDX_RESPONSE, DATADDX_SERVICE, BESDataDDXResponseHandler::DataDDXResponseBuilder(), BESDataResponseHandler::DataResponseBuilder(), DDS_DESCRIPT, DDS_RESPONSE, DDS_SERVICE, BESDDSResponseHandler::DDSResponseBuilder(), DDX_DESCRIPT, DDX_RESPONSE, DDX_SERVICE, BESDDXResponseHandler::DDXResponseBuilder(), BESDapError::handleException(), OPENDAP_SERVICE, BESDebug::Register(), BESExceptionManager::TheEHM(), BESResponseHandlerList::TheList(), BESRequestHandlerList::TheList(), BESReturnManager::TheManager(), and BESServiceRegistry::TheRegistry().
void BESDapModule::terminate | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 118 of file BESDapModule.cc.
References BESDEBUG, CATALOG_RESPONSE, DAS_RESPONSE, DATA_RESPONSE, DATADDX_RESPONSE, DDS_RESPONSE, DDX_RESPONSE, OPENDAP_SERVICE, BESRequestHandlerList::remove_handler(), BESResponseHandlerList::remove_handler(), BESServiceRegistry::remove_service(), BESRequestHandlerList::TheList(), BESResponseHandlerList::TheList(), and BESServiceRegistry::TheRegistry().