Qorus Integration Engine®  4.0.3.p2_git
OMQ::Client::ClientPropServiceMethodGateHelper Class Reference

this class provides an easy way to call service methods on a Qorus server; will redirect system property APIs to local DB-based functions in case Qorus is down More...

Inheritance diagram for OMQ::Client::ClientPropServiceMethodGateHelper:
OMQ::ServiceMethodGateHelper

Public Member Methods

 constructor (QorusSystemAPIHelperBase n_omqapi)
 creates the object
 
auto get ()
 tries to retrieve properties from the server, if that fails, then tries local DB-based APIs
 
auto methodGate (string m)
 redirects requests to the appropriate service method
 
code memberGate (string m)
 redirects requests to the appropriate service method
 
- Public Member Methods inherited from OMQ::ServiceMethodGateHelper
 constructor (QorusSystemAPIHelperBase n_omqapi, string n_type, string n_name)
 creates the object
 
any methodGate (string m)
 redirects requests to the appropriate service method
 
code memberGate (string m)
 redirects requests to the appropriate service method
 

Additional Inherited Members

- Public Attributes inherited from OMQ::ServiceMethodGateHelper
string type
 service type (either "system" or "user")
 
string name
 name of the service
 

Detailed Description

this class provides an easy way to call service methods on a Qorus server; will redirect system property APIs to local DB-based functions in case Qorus is down


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