#include <it_bus/port.h>
Inheritance diagram for IT_Bus::TransactionInterface:
Definition at line 70 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. |
virtual void IT_Bus::TransactionInterface::begin | ( | ) | [virtual] |
Marks the beginning of a transactional unit of work.
NonTransactionalException |
virtual void IT_Bus::TransactionInterface::commit | ( | ) | [virtual] |
Marks the successful end of a transactional unit of work.
NonTransactionalException |
virtual void IT_Bus::TransactionInterface::rollback | ( | ) | [virtual] |
Marks the unsuccessful end of a transactional unit of work.
NonTransactionalException |
virtual bool IT_Bus::TransactionInterface::supports_transactions | ( | ) | [virtual] |
Returns an indicator as to whether the derived class supports transactions.