|
|
virtual sixp_result | execute (void)=0 |
| | Executes the request.
|
| |
| virtual bool | get_changes (void) const =0 |
| | Is this a table where only changes are transmitted during initial load.
|
| |
| virtual sixp_uint32_t | get_conflation_time (void) const =0 |
| | Gets conflation time.
|
| |
| virtual bool | get_error (void) const =0 |
| | Has an error occured?
|
| |
virtual const
field_set_definition * | get_field_set (void) const =0 |
| | Gets the fieldset used the request's table..
|
| |
| virtual accept_format | get_format (void) const =0 |
| | Gets the format.
|
| |
| virtual sixp_uint64_t | get_id (void) const =0 |
| | Gets the request identifier.
|
| |
| virtual const char * | get_last_error_message (void) const =0 |
| | Gets error message text for last error.
|
| |
| virtual const char * | get_prl (void) const =0 |
| | Gets the prl.
|
| |
| virtual bool | get_subscribe (void) const =0 |
| | Is this request a subscription?
|
| |
|
virtual void | set_auto_destroy (bool auto_destroy)=0 |
| |
|
| |