![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
this class is the base class for persistent HTTP connection support in services More...
Public Member Methods | |
| constructor (hash< auto > cx, *hash< auto > ah) | |
| creates the object from an inbound request More... | |
| setService (AbstractQorusService s) | |
| allows the service to be notified that the persistent connection has been closed | |
| OMQ::AbstractQorusService | getService () |
| returns the current service | |
| setError () | |
| sets the error flag on the object | |
Public Member Methods inherited from OMQ::ServiceLogBase | |
| constructor () | |
| creates the object and sets the service context for logging | |
| log (int ll, string fmt) | |
| logs to the service log file | |
Public Attributes | |
| bool | err |
| error flag | |
Additional Inherited Members | |
Private Attributes inherited from OMQ::ServiceLogBase | |
| code | slog |
| service logging method call reference | |
this class is the base class for persistent HTTP connection support in services
creates the object from an inbound request
| cx | call context hash; this hash will have the following keys:
|
| ah | any URI arguments in the request |