25 #ifndef I_BESDapNullAggregationServer_h
26 #define I_BESDapNullAggregationServer_h 1
65 virtual void dump(ostream &strm)
const;
68 #endif // I_BESDapNullAggregationServer_h
static BESAggregationServer * NewBESDapNullAggregationServer(const string &name)
This 'static' constructor is used to build an instance that can be registered with the 'AggFactory' i...
virtual void aggregate(BESDataHandlerInterface &dhi)
Simple aggregation method that prints the DHI To learn more about the stuff that an aggregation can d...
BESDapNullAggregationServer(const string &name)
When called, print out information about the DataHanderInterface object.
Structure storing information used by the BES to handle the request.
Abstraction representing mechanism for aggregating data.
virtual void dump(ostream &strm) const
dumps information about this object
virtual ~BESDapNullAggregationServer(void)