#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 |
Definition at line 40 of file TestAggServer.h.
TestAggServer::TestAggServer | ( | string | name | ) | [inline] |
Definition at line 43 of file TestAggServer.h.
virtual TestAggServer::~TestAggServer | ( | ) | [inline, virtual] |
Definition at line 45 of file TestAggServer.h.
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.
Definition at line 36 of file TestAggServer.cc.
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.
Definition at line 48 of file TestAggServer.cc.
References BESAggregationServer::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
Here is the call graph for this function:
virtual const string& BESAggregationServer::get_name | ( | ) | const [inline, virtual, inherited] |
Definition at line 61 of file BESAggregationServer.h.