33 #ifndef A_BESXMLDefineCommand_h
34 #define A_BESXMLDefineCommand_h 1
46 string _default_constraint ;
47 vector<string> _containers ;
48 map<string,string> _stores ;
49 map<string,string> _constraints ;
50 map<string,string> _attributes ;
51 void handle_container_element(
const string &action,
53 const string &vallues,
54 map<string,string> &props ) ;
55 void handle_aggregate_element(
const string &action,
57 const string &vallues,
58 map<string,string> &props ) ;
69 virtual void dump( ostream &strm )
const ;
74 #endif // A_BESXMLDefineCommand_h
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)
virtual void dump(ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
virtual ~BESXMLDefineCommand()