#include <TestAggServer.h>
Inheritance diagram for TestAggServer:
Public Member Functions | |
TestAggServer (string name) | |
virtual | ~TestAggServer () |
virtual void | aggregate (BESDataHandlerInterface &dhi) |
aggregate the response object | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual const string & | get_name () const |
TestAggServer::TestAggServer | ( | string | name | ) | [inline] |
virtual TestAggServer::~TestAggServer | ( | ) | [inline, virtual] |
void TestAggServer::aggregate | ( | BESDataHandlerInterface & | dhi | ) | [virtual] |
aggregate the response object
dhi | structure which contains the response object and the aggregation command |
BESAggregationException | if problem aggregating the data |
Implements BESAggregationServer.
void TestAggServer::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 |
Reimplemented from BESAggregationServer.
virtual const string& BESAggregationServer::get_name | ( | ) | const [inline, virtual, inherited] |