30 #ifndef I_NCMLModule_H
31 #define I_NCMLModule_H 1
33 #include "BESAbstractModule.h"
44 virtual void initialize(
const std::string &modname);
45 virtual void terminate(
const std::string &modname);
47 virtual void dump(std::ostream &strm)
const;
51 void addCommandAndResponseHandlers(
const std::string& modname);
52 void addCacheAggCommandAndResponseHandlers(
const std::string& modname);
55 void removeCommandAndResponseHandlers();
56 void removeCacheAggCommandAndResponseHandlers();
61 #endif // I_NCMLModule_H