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

DgTransactionReactor.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.

TD_Db 

 

 
Name 
Description 
 
This is OdDgTransactionReactor, a member of class OdDgTransactionReactor. 
 
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.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDgTransactionReactor. 
 
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–2020. Open Design Alliance. All rights reserved.