QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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

#include <QxClientAsync.h>

Inheritance diagram for qx::service::QxClientAsync:

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 59 of file QxClientAsync.h.

Constructor & Destructor Documentation

◆ QxClientAsync()

qx::service::QxClientAsync::QxClientAsync ( )
inline

Definition at line 69 of file QxClientAsync.h.

◆ ~QxClientAsync()

virtual qx::service::QxClientAsync::~QxClientAsync ( )
inlinevirtual

Definition at line 70 of file QxClientAsync.h.

Member Function Documentation

◆ getService()

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

Definition at line 72 of file QxClientAsync.h.

◆ run()

virtual void qx::service::QxClientAsync::run ( )
inlineprotectedvirtual

Definition at line 77 of file QxClientAsync.h.

◆ setService()

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

Definition at line 73 of file QxClientAsync.h.

Member Data Documentation

◆ m_pService

IxService_ptr qx::service::QxClientAsync::m_pService
protected

Service to execute in thread.

Definition at line 64 of file QxClientAsync.h.

◆ m_sServiceMethod

QString qx::service::QxClientAsync::m_sServiceMethod
protected

Service method to call.

Definition at line 65 of file QxClientAsync.h.


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