#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) |
|
|
|
|
|
aggregate the response object
Implemented in TestAggServer. |
|
dumps information about this object Displays the pointer value of this instance along with the name of this aggregatioon server.
Implements BESObj. Reimplemented in TestAggServer. |
|
|