3.8 CosTransactions::TransactionalObject Interface Not Enforced
Use of this interface is now deprecated. Therefore, the use of
this interface is now optional and no enforcement of descent from
this interface is done for objects infected with transactions. The
programmer can specify that an object is not to be infected by
transactions by specifying the never
or
ignore
transaction policies. There is no interface
enforcement for eligibility for transactions. The only indicator is
the transaction policy.
Note:
The CORBAservices Object Transaction Service does not require that all requests be performed within the scope of a transaction. It is up to each object to determine its behavior when invoked outside the scope of a transaction; an object that requires a transaction context can raise a standard exception.Parent topic: TP Framwork