3.7.2.5.4 Description
The Oracle Tuxedo server infrastructure calls this method to determine whether the servant implementation supports a reentrant invocation. To support reentrancy, a servant must include the necessary code to protect the integrity of its state while multiple threads interact with the object.
The Tobj_ServantBase class provides a default
implementation of the _is_reentrant method that
returns FALSE.
Parent topic: Tobj_ServantBase::_is_reentrant()