TIB_TransactionEventType Type

Unit
IB_Components

Declaration

TIB_TransactionEventType = ( tetBeforeAssignment,
                             tetAfterAssignment,
                             tetBeforeStart,
                             tetAfterStart,
                             tetBeforeCommit,
                             tetAfterCommit,
                             tetBeforeCommitRetaining,
                             tetAfterCommitRetaining,
                             tetBeforeRollback,
                             tetAfterRollback,
                             tetBeforeRollbackRetaining,
                             tetAfterRollbackRetaining,
                             tetBeforeEnd,
                             tetAfterEnd,
                             tetOnPostPendingChanged,
                             tetOnCachedUpdatePendingChanged,
                             tetOnStatusChanged );

Description
All of the different notification messages generated by the TIB_Transaction component and propagated to the TIB_TransactionLink class.