org.eclipse.emf.cdo.transaction
Interface CDOTransactionHandler3

All Superinterfaces:
CDOTransactionHandler2, CDOTransactionHandlerBase
All Known Implementing Classes:
CDODefaultTransactionHandler3

public interface CDOTransactionHandler3
extends CDOTransactionHandler2

A call-back interface that is called by a transcation when it is about to be committed, has been committed or rolled back.

Since:
4.1

Method Summary
 void committedTransaction(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result)
          Called by a CDOTransaction after it is being committed.
 
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOTransactionHandler2
committedTransaction, committingTransaction, rolledBackTransaction
 

Method Detail

committedTransaction

void committedTransaction(CDOTransaction transaction,
                          CDOCommitContext commitContext,
                          CDOCommitInfo result)
Called by a CDOTransaction after it is being committed. The implementor of this method is not allowed to throw an unchecked exception.

Note that CDOTransactionHandler2.committedTransaction() is not called.



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.