![]() |
Overview Used by an object to indicate that it is transactional. File stem CosTransactions
Intended Usage
The TransactionalObject interface is used by an object to indicate that it is transactional. By inheriting from the TransactionalObject interface, an object indicates that it wants the transaction context associated with the client thread to be propagated on requests to the object.
The TransactionalObject interface defines no operations. It is simply a marker.
IDL syntax
interface TransactionalObject{};
Related reference... | |
Parent: CosTransactions in the Transaction Service | |