4.6.8.1 Restrictions
For the Oracle Tuxedo 8.0 release or later, the actions of the
TransactionFactory and the client’s Current are not
coordinated. This means that clients should use one mechanism or
the other to control and get status about transactions, not both.
Also, only the interfaces and operations listed in The following
table are supported. The other operations, as described in the OMG
IDL, return the CORBA::NO_IMPLEMENT
exception.
Table 4-11 Supported INS Interfaces and Operations
Interface | Supported Operations |
---|---|
TransactionFactory | create |
Control | get_terminator get_coordinator |
Terminator | commit rollback |
Coordinator | get_status
rollback_only get_transaction_name |
Parent topic: Getting a TransactionFactory Object Reference Using INS