libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
iqxmlrpc::Executor Class Referenceabstract

Abstract executor class. Defines the policy for method execution. More...

#include <executor.h>

Inheritance diagram for iqxmlrpc::Executor:
iqxmlrpc::Pool_executor iqxmlrpc::Serial_executor

Public Member Functions

 Executor (Method *, Server *, Server_connection *)
 
void set_interceptors (Interceptor *ic)
 
virtual void execute (const Param_list &params)=0
 Start method execution.
 

Protected Member Functions

void schedule_response (const Response &)
 
void interrupt_server ()
 

Protected Attributes

Methodmethod
 
Interceptorinterceptors
 

Detailed Description

Abstract executor class. Defines the policy for method execution.


The documentation for this class was generated from the following files: