#include <Poll.H>
Inheritance diagram for Poll:
Public Member Functions | |
Poll (const ActionType type=POLL) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Sets the response attribute. | |
PollCmd * | get_command () |
Returns raw pointer to the command. | |
PollRsp * | get_response () |
Returns raw pointer to the response. |
|
Returns raw pointer to the command.
Reimplemented from Action. |
|
Returns raw pointer to the response.
Reimplemented from Action. |
|
Sets the response attribute.
Implements Action. |
|
Sets XML template.
Implements Action. |