3.1.3 Transaction Integration
TP Framework transaction integration provides the following features:
- CORBA objects can participate in global transactions.
- Objects participating in transactions can be implemented as stateful objects that remain in memory for the duration of a transaction (by using the transaction activation policy), to decrease client response time.
- CORBA objects that participate in transactions can affect transaction outcome either during their transactional work or just prior to the system’s execution of the two-phase commit algorithm after all transactional work has been completed.
- Transactions can be automatically initiated on the server transparent to the client.
Parent topic: A Simple Programming Model