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();
virtual void dump(std::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...