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

An Executor which plans request to be executed by a pool of threads. More...

#include <executor.h>

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

Public Member Functions

 Pool_executor (Pool_executor_factory *, Method *, Server *, Server_connection *)
 
void execute (const Param_list &)
 Start method execution.
 
void process_actual_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

An Executor which plans request to be executed by a pool of threads.


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