3.7.1.4.7.4 Description
The thread_release
callback method is invoked each
time a thread is released. Implement the
thread_release
method as necessary to perform
application-specific resource cleanup.
The ServerBase
class provides a default
implementation of the thread_release
method that
closes the XA resource manager in the released thread.
Parent topic: ServerBase::thread_release()