|
|
|
|
Table of Contents
Figure 2‑1 SCA Component and Oracle Tuxedo Server Mapping RulesListing 2‑34 C++ Interface ExampleListing 2‑35 Interface ExampleNotes: int (short), long, int (long), float (float) are allowed in the C++ to Python direction only. The Python runtime catches any overflow situation (e.g.: when copying a C++ long into a Python int).Notes: Ruby runtime may catch an overflow exception.Notes: The parameters "transactionalintent legacyintent" are not literal values. transactionalintent can be substituted with "suspendsTransaction" or "propagatesTransaction" or omitted. "legacyintent" can be substituted with "legacy" or omitted.