bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
virtual bool | add_method (std::string method_name, p_transmitter trans_method) |
virtual void | dump (std::ostream &strm) const |
dumps information about this object | |
virtual p_transmitter | find_method (std::string method_name) |
virtual bool | remove_method (std::string method_name) |
virtual void | send_html (BESInfo &info, BESDataHandlerInterface &dhi) |
virtual void | send_response (const std::string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi) |
virtual void | send_text (BESInfo &info, BESDataHandlerInterface &dhi) |
Static Public Member Functions | |
static void | send_basic_dap4data (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_das (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_data (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_dmr (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
Definition at line 42 of file BESDapTransmit.h.
|
virtualinherited |
Definition at line 56 of file BESTransmitter.cc.
|
virtualinherited |
dumps information about this object
Displays the pointer value of this instance along with the names of register transmit methods
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 134 of file BESTransmitter.cc.
|
virtualinherited |
Definition at line 78 of file BESTransmitter.cc.
|
virtualinherited |
Definition at line 67 of file BESTransmitter.cc.
|
virtualinherited |
Definition at line 114 of file BESTransmitter.cc.
|
virtualinherited |
Definition at line 89 of file BESTransmitter.cc.
|
virtualinherited |
Definition at line 101 of file BESTransmitter.cc.