libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | List of all members
iqxmlrpc::Serial_executor Class Reference

Single thread executor. More...

#include <executor.h>

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

Public Member Functions

 Serial_executor (Method *m, Server *s, Server_connection *c)
 
void execute (const Param_list &)
 Start method execution.
 
- Public Member Functions inherited from iqxmlrpc::Executor
 Executor (Method *, Server *, Server_connection *)
 
void set_interceptors (Interceptor *ic)
 

Additional Inherited Members

- Protected Member Functions inherited from iqxmlrpc::Executor
void schedule_response (const Response &)
 
void interrupt_server ()
 
- Protected Attributes inherited from iqxmlrpc::Executor
Methodmethod
 
Interceptorinterceptors
 

Detailed Description

Single thread executor.


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