bes
Updated for version 3.20.6
|
33 #ifndef A_BESXMLGetCommand_h
34 #define A_BESXMLGetCommand_h 1
36 #include "BESXMLCommand.h"
44 std::string _definition;
48 virtual void parse_basic_get(
const std::string &type, std::map<std::string, std::string> &props);
66 virtual void dump(std::ostream &strm)
const;
71 #endif // A_BESXMLGetCommand_h
virtual void prep_request()
Prepare any information needed to execute the request of this get command.
virtual bool has_response()
Does this command return a response to the client?
Base class for the BES's commands.
virtual BESDataHandlerInterface & get_xmlcmd_dhi()
returns the BESDataHandlerInterface of either a sub command, if one exists, or this command's
virtual void parse_request(xmlNode *node)
parse a get command.
virtual void dump(std::ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
virtual void parse_basic_get(const std::string &type, std::map< std::string, std::string > &props)
Extract information from the 'props' map.