org.eclipse.emf.cdo.transaction
Interface CDOTransactionFinishedEvent

All Superinterfaces:
CDOViewEvent, IEvent

public interface CDOTransactionFinishedEvent
extends CDOViewEvent

A view event fired from a transaction when it becomes clean after a sucessful commit or rollback.

Since:
2.0
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static class CDOTransactionFinishedEvent.Type
          Enumerates the possible causes for a transaction to become finished.
 
Method Summary
 Map<CDOID,CDOID> getIDMappings()
           
 CDOTransactionFinishedEvent.Type getType()
           
 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEvent
getSource
 

Method Detail

getType

CDOTransactionFinishedEvent.Type getType()

getIDMappings

Map<CDOID,CDOID> getIDMappings()


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