#include <it_bus/port.h>
Inheritance diagram for IT_Bus::TransactionInterface:

Definition at line 62 of file port.h.
Public Member Functions | |
| virtual bool | supports_transactions () |
| Returns an indicator as to whether the derived class supports transactions. | |
| virtual void | begin () |
| Marks the beginning of a transactional unit of work. | |
| virtual void | commit () |
| Marks the successful end of a transactional unit of work. | |
| virtual void | rollback () |
| Marks the unsuccessful end of a transactional unit of work. | |
|
|
Marks the beginning of a transactional unit of work.
|
|
|
Marks the successful end of a transactional unit of work.
|
|
|
Marks the unsuccessful end of a transactional unit of work.
|
|
|
Returns an indicator as to whether the derived class supports transactions.
|
1.3.9.1