|
CFx SDK Documentation 2026 SP0
|
#include <ApLongTransactions.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdApLongTransactionReactor) | |
| OdApLongTransactionReactor () | |
| virtual void | beginCheckOut (OdDbLongTransaction <, OdDbObjectIdArray &originList) |
| virtual void | endCheckOut (OdDbLongTransaction &) |
| virtual void | beginCheckIn (OdDbLongTransaction &) |
| virtual void | endCheckIn (OdDbLongTransaction &) |
| virtual void | abortLongTransaction (OdDbLongTransaction &) |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
| OdResult | veto () |
Friends | |
| class | OdApLongTransactionManagerImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
This class is used to access callbacks for long transactions.
<group OdAp_Classes>
Definition at line 41 of file ApLongTransactions.h.
| OdApLongTransactionReactor::OdApLongTransactionReactor | ( | ) |
|
virtual |
This notification is fired before long transaction is aborted in case of any errors.
|
virtual |
This notification is fired at the start of OdApLongTransactionManager::checkIn().
|
virtual |
This notification is fired at the start of OdApLongTransactionManager::checkOut().
| lt | [in] Long transaction that this notification refers to. |
| originList | [in, out] List of objects passed to OdApLongTransactionManager::checkOut(). Can be modified. |
|
virtual |
This notification is fired at the end of OdApLongTransactionManager::checkIn().
|
virtual |
This notification is fired at the end of OdApLongTransactionManager::checkOut().
| OdApLongTransactionReactor::ODRX_DECLARE_MEMBERS | ( | OdApLongTransactionReactor | ) |
|
protected |
You may call veto() from beginCheckOut() to abort transaction.
|
friend |
Definition at line 81 of file ApLongTransactions.h.