#include <BESAggregationServer.h>
Inheritance diagram for BESAggregationServer:
Public Member Functions | |
virtual | ~BESAggregationServer () |
virtual void | aggregate (BESDataHandlerInterface &dhi)=0 |
aggregate the response object | |
virtual const string & | get_name () const |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Protected Member Functions | |
BESAggregationServer (string name) |
BESAggregationServer::BESAggregationServer | ( | string | name | ) | [inline, protected] |
virtual BESAggregationServer::~BESAggregationServer | ( | ) | [inline, virtual] |
virtual void BESAggregationServer::aggregate | ( | BESDataHandlerInterface & | dhi | ) | [pure virtual] |
aggregate the response object
dhi | structure which contains the response object and the aggregation command |
BESAggregationException | if problem aggregating the data |
Implemented in TestAggServer.
void BESAggregationServer::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with the name of this aggregatioon server.
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Reimplemented in TestAggServer.
virtual const string& BESAggregationServer::get_name | ( | ) | const [inline, virtual] |