33 #ifndef A_BESXMLDefineCommand_h 34 #define A_BESXMLDefineCommand_h 1 46 string _default_constraint ;
47 vector<string> _containers ;
48 map<string,string> _constraints ;
49 map<string,string> _attributes ;
50 void handle_container_element(
const string &action,
52 const string &vallues,
53 map<string,string> &props ) ;
54 void handle_aggregate_element(
const string &action,
56 const string &vallues,
57 map<string,string> &props ) ;
68 virtual void dump( ostream &strm )
const ;
73 #endif // A_BESXMLDefineCommand_h virtual void dump(ostream &strm) const
dumps information about this object
BESXMLDefineCommand(const BESDataHandlerInterface &base_dhi)
virtual bool has_response()
Has a response handler been created given the request document?
virtual void parse_request(xmlNode *node)
parse a show command.
virtual void prep_request()
prepare the define command by making sure the containers exist
static BESXMLCommand * CommandBuilder(const BESDataHandlerInterface &base_dhi)
Structure storing information used by the BES to handle the request.
virtual ~BESXMLDefineCommand()