Package org.eclipse.emf.cdo.transaction
Schnittstelle CDOTransactionHandler3
- Alle Superschnittstellen:
CDOTransactionHandler2,CDOTransactionHandlerBase
- Alle bekannten Implementierungsklassen:
CDODefaultTransactionHandler3
A call-back interface that is called by a
transcation before it is committed and after it has
been committed (with result info) or rolled back.- Seit:
- 4.1
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcommittedTransaction(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result) Called by aCDOTransactionafter it is being committed.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.transaction.CDOTransactionHandler2
committedTransaction, committingTransaction, rolledBackTransaction
-
Methodendetails
-
committedTransaction
void committedTransaction(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result) Called by aCDOTransactionafter it is being committed. The implementor of this method is not allowed to throw an unchecked exception.Note that
CDOTransactionHandler2.committedTransaction()is not called.
-