44 #define GDAL_CATALOG "catalog"
48 BESDEBUG(
"gdal",
"Initializing GDAL module " << modname << endl);
49 BESDEBUG(
"gdal",
" adding " << modname <<
" request handler" << endl);
54 BESDEBUG(
"gdal", modname <<
" handles dap services" << endl);
64 BESDEBUG(
"gdal",
" catalog already exists, skipping" << endl);
74 BESDEBUG(
"gdal",
" storage already exists, skipping" << endl);
77 BESDEBUG(
"gdal",
" adding gdal debug context" << endl);
80 BESDEBUG(
"gdal",
"Done Initializing GDAL module " << modname << endl);
85 BESDEBUG(
"gdal",
"Cleaning GDAL module " << modname << endl);
87 BESDEBUG(
"gdal",
" removing GDAL Handler" << modname << endl);
98 BESDEBUG(
"gdal",
"Done Cleaning GDAL module " << modname << endl);
109 strm <<
BESIndent::LMarg <<
"GDALModule::dump - (" << (
void *)
this <<
")" << endl;
virtual bool add_handler(const string &handler_name, BESRequestHandler *handler)
add a request handler to the list of registered handlers for this server
virtual bool add_persistence(BESContainerStorage *p)
Add a persistent store to the list.
virtual void terminate(const string &modname)
implementation of BESContainerStorage that represents a data within a catalog repository ...
virtual bool deref_catalog(const string &catalog_name)
de-reference the specified catalog and remove from list if no longer referenced
builds catalogs from a directory structure
static ostream & LMarg(ostream &strm)
virtual bool deref_persistence(const string &persist_name)
dereference a persistent store in the list.
virtual void dump(ostream &strm) const
dumps information about this object
Represents a specific data type request handler.
static BESRequestHandlerList * TheList()
static BESContainerStorageList * TheList()
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
virtual void initialize(const string &modname)
static BESCatalogList * TheCatalogList()
returns the singleton BESCatalogList instance.
static void Register(const string &flagName)
register the specified debug flag
BESAbstractModule * maker()
static void handle_dap_service(const string &handler)
static function to register a handler to handle the dap services
virtual BESRequestHandler * remove_handler(const string &handler_name)
remove and return the specified request handler