33 #ifndef A_BESTransmitter_h 34 #define A_BESTransmitter_h 1 41 #include "BESDataHandlerInterface.h" 42 #include "BESResponseObject.h" 50 map<string, p_transmitter> _method_list;
51 typedef map<string, p_transmitter>::const_iterator _method_citer;
52 typedef map<string, p_transmitter>::iterator _method_iter;
62 virtual bool add_method(
string method_name, p_transmitter trans_method);
63 virtual bool remove_method(
string method_name);
64 virtual p_transmitter find_method(
string method_name);
73 virtual void dump(ostream &strm)
const;
76 #endif // A_BESTransmitter_h
Base object for bes objects.
informational response object
virtual void dump(ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
Abstract base class representing a specific set of information in response to a request to the BES...