API Reference > OdDb Classes > OdDbTransactionReactor Class
OdDbTransactionReactor Class
OdDbTransactionReactor
Syntax
C++
class OdDbTransactionReactor : public OdRxObject;

DbTransactionReactor.h

This class is the base class for custom classes that receive notification of OdDbTransaction events.

The default implementations of all methods in this class do nothing but return. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
Notification function called to indicate the outermost transaction has ended.
 
 
Notification function called when the transaction resident object is involved in a swapIdWith() operation.
 
 
 
 
Notification function called to indicate a transaction has been terminated.
 
 
Notification function called to indicate a transaction is about to be terminated.
 
 
Notification function called to indicate a transaction is about to end.
 
 
Notification function called to indicate a new transaction is about to start.
 
 
Notification function called to indicate a transaction has ended.
 
 
Notification function called to indicate a new transaction has started.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.