29#ifndef FOCOVJSONMODULE_H_
30#define FOCOVJSONMODULE_H_
32#include <BESAbstractModule.h>
50class FoCovJsonModule :
public BESAbstractModule
54 virtual ~FoCovJsonModule() {}
55 virtual void initialize(
const std::string &modname ) ;
56 virtual void terminate(
const std::string &modname ) ;
57 virtual void dump( std::ostream &strm )
const ;
virtual void initialize(const std::string &modname)
initialize the module by adding call backs and registering objects with the framework
virtual void terminate(const std::string &modname)
removes any registered callbacks or objects from the framework
virtual void dump(std::ostream &strm) const
dumps information about this object for debugging purposes