QxOrm
1.5.0
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>
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. |
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 59 of file QxClientAsync.h.
qx::service::QxClientAsync::QxClientAsync | ( | ) | [inline] |
Definition at line 69 of file QxClientAsync.h.
virtual qx::service::QxClientAsync::~QxClientAsync | ( | ) | [inline, virtual] |
Definition at line 70 of file QxClientAsync.h.
IxService_ptr qx::service::QxClientAsync::getService | ( | ) | const [inline] |
Definition at line 72 of file QxClientAsync.h.
virtual void qx::service::QxClientAsync::run | ( | ) | [inline, protected, virtual] |
Definition at line 77 of file QxClientAsync.h.
void qx::service::QxClientAsync::setService | ( | IxService_ptr | service, |
const QString & | method | ||
) | [inline] |
Definition at line 73 of file QxClientAsync.h.
IxService_ptr qx::service::QxClientAsync::m_pService [protected] |
Service to execute in thread.
Definition at line 64 of file QxClientAsync.h.
QString qx::service::QxClientAsync::m_sServiceMethod [protected] |
Service method to call.
Definition at line 65 of file QxClientAsync.h.