In file client.h:
class XxxRequestThread : public XxxBaseThread
One such thread operates for each client
Inheritance:
Public Methods
XxxErrCode | AttachXact (XxxShoreXact *Xact)
Associates this thread with the given transaction
|
XxxErrCode | DetachXact (XxxShoreXact *Xact)
Deassociates this thread with the associated transaction
|
Protected Methods
XxxErrCode | processErrors (const char *Message)
If there is a pending server error, this function writes it out
on the client's error stream using the appropriate protocol
|
Documentation
One such thread operates for each client
XxxErrCode processErrors(const char *Message)
-
If there is a pending server error, this function writes it out
on the client's error stream using the appropriate protocol
XxxErrCode AttachXact(XxxShoreXact *Xact)
-
Associates this thread with the given transaction
- Parameters:
- Xact - The transaction currently being processed by the
XxxRequestThread with which this thread is associated
XxxErrCode DetachXact(XxxShoreXact *Xact)
-
Deassociates this thread with the associated transaction
- Parameters:
- Xact - The transaction currently being processed by the
XxxRequestThread with which this thread is associated
- This class has no child classes.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de