QxOrm 1.1.8
C++ Object Relational Mapping library

qx::service::QxClientAsync : class helper to easily execute an asynchronous transaction using a multi-thread process More...

#include <QxClientAsync.h>

List of all members.

Public Member Functions

 QxClientAsync ()
virtual ~QxClientAsync ()
IxService_ptr getService () const
void setService (IxService_ptr service, const QString &method)

Protected Member Functions

virtual void run ()

Protected Attributes

IxService_ptr m_pService
 Service to execute in thread.
QString m_sServiceMethod
 Service method to call.

Detailed Description

qx::service::QxClientAsync : class helper to easily execute an asynchronous transaction using a multi-thread process

Click here to access to a tutorial to explain how to work with QxService module.

Definition at line 53 of file QxClientAsync.h.


Constructor & Destructor Documentation

qx::service::QxClientAsync::QxClientAsync ( ) [inline]

Definition at line 63 of file QxClientAsync.h.

virtual qx::service::QxClientAsync::~QxClientAsync ( ) [inline, virtual]

Definition at line 64 of file QxClientAsync.h.


Member Function Documentation

IxService_ptr qx::service::QxClientAsync::getService ( ) const [inline]

Definition at line 66 of file QxClientAsync.h.

virtual void qx::service::QxClientAsync::run ( ) [inline, protected, virtual]

Definition at line 71 of file QxClientAsync.h.

void qx::service::QxClientAsync::setService ( IxService_ptr  service,
const QString &  method 
) [inline]

Definition at line 67 of file QxClientAsync.h.


Member Data Documentation

Service to execute in thread.

Definition at line 58 of file QxClientAsync.h.

Service method to call.

Definition at line 59 of file QxClientAsync.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines