28 BESDEBUG(modname,
"Initializing Gateway Module " << modname << endl);
30 BESDEBUG(modname,
" adding " << modname <<
" request handler" << endl);
33 BESDEBUG(modname,
" adding " << modname <<
" container storage" << endl);
36 BESDEBUG(modname,
" initialize the gateway utilities and params" << endl);
39 BESDEBUG(modname,
" adding Gateway debug context" << endl);
42 BESDEBUG(modname,
"Done Initializing Gateway Module " << modname << endl);
47 BESDEBUG(modname,
"Cleaning Gateway module " << modname << endl);
49 BESDEBUG(modname,
" removing " << modname <<
" request handler" << endl);
57 BESDEBUG(modname,
"Done Cleaning Gateway module " << modname << endl);
69 strm <<
BESIndent::LMarg <<
"GatewayModule::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 void initialize(const string &modname)
virtual bool add_persistence(BESContainerStorage *p)
Add a persistent store to the list.
virtual void dump(ostream &strm) const
dump the contents of this object to the specified ostream
BESAbstractModule * maker()
static ostream & LMarg(ostream &strm)
virtual bool deref_persistence(const string &persist_name)
dereference a persistent store in the list.
virtual void terminate(const string &modname)
Represents a specific data type request handler.
static BESRequestHandlerList * TheList()
static BESContainerStorageList * TheList()
implementation of BESContainerStorageVolatile that represents a list of remote requests ...
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
static void Register(const string &flagName)
register the specified debug flag
virtual BESRequestHandler * remove_handler(const string &handler_name)
remove and return the specified request handler