30 #ifndef I_NCMLModule_H 31 #define I_NCMLModule_H 1 33 #include "BESAbstractModule.h" 44 virtual void initialize(
const string &modname);
45 virtual void terminate(
const string &modname);
47 virtual void dump(ostream &strm)
const;
51 void addCommandAndResponseHandlers(
const string& modname);
52 void addCacheAggCommandAndResponseHandlers(
const string& modname);
55 void removeCommandAndResponseHandlers();
56 void removeCacheAggCommandAndResponseHandlers();
61 #endif // I_NCMLModule_H virtual void dump(ostream &strm) const
dump the contents of this object to the specified ostream
NcML Parser for adding/modifying/removing metadata (attributes) to existing local datasets using NcML...