public interface TransactionItf extends TransactionalWorkingSet(Code)
Defines the transaction concept. It offers
- demarcation methods (begin, commit rollback)
- status checking
- management of the connection to the underlying data support
author: S.Chassande-Barrioz
Indicates if the transaction environnement is managed. If the 'false'
value is returned then that means that a user transaction matches to
a local transaction managed by speedo.
Assignes the connection holder. The connection holder is able to allocate
a connection to the underlying data support and to kept it until the
working set / transaction end.