49 #define HDF5_CATALOG "catalog"
54 BESDEBUG(
"h5",
"Initializing HDF5 module " << modname << endl) ;
57 " adding " << modname <<
" request handler" << endl) ;
61 BESDEBUG(
"h5", modname <<
" handles dap services" << endl ) ;
72 BESDEBUG(
"h5",
" catalog already exists, skipping" << endl ) ;
85 BESDEBUG(
"h5",
" storage already exists, skipping" << endl ) ;
88 BESDEBUG(
"h5",
" adding h5 debug context" << endl) ;
91 BESDEBUG(
"h5",
"Done Initializing HDF5 " << modname << endl) ;
96 BESDEBUG(
"h5",
"Cleaning HDF5 module " << modname << endl) ;
99 " removing " << modname <<
" request handler" << endl) ;
106 " removing catalog container storage " <<
HDF5_CATALOG <<
113 BESDEBUG(
"h5",
"Done Cleaning HDF5 module " << modname << endl) ;
125 << (
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
BESAbstractModule * maker()
virtual bool add_persistence(BESContainerStorage *p)
Add a persistent store to the list.
implementation of BESContainerStorage that represents a data within a catalog repository ...
virtual void terminate(const string &modname)
The starting and ending fuctions for the HDF5 OPeNDAP handler via BES.
virtual void dump(ostream &strm) const
dumps information about this object
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.
include the entry functions to execute the handlers
Represents a specific data type request handler.
static BESRequestHandlerList * TheList()
virtual void initialize(const string &modname)
static BESContainerStorageList * TheList()
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
static BESCatalogList * TheCatalogList()
returns the singleton BESCatalogList instance.
static void Register(const string &flagName)
register the specified debug flag
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