Uses of Package
org.eclipse.emf.cdo.transaction

Packages that use org.eclipse.emf.cdo.transaction
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to remote repositories. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Classes in org.eclipse.emf.cdo.transaction used by org.eclipse.emf.cdo.session
CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
 

Classes in org.eclipse.emf.cdo.transaction used by org.eclipse.emf.cdo.transaction
CDOCommitContext
          Provides a context for commit operations.
CDOConflictResolver
          A strategy used to customize the default conflict resolution behaviour of transactions.
CDODefaultTransactionHandler1
          An empty default implementation of CDOTransactionHandler1.
CDOMerger
          Calculates the changes between a source change set and a target change set and returns the result relative to their common ancestor.
CDOMerger.ConflictException
          Thrown from a merger in case of conflicting changes in the a source and target change sets.
CDOSavepoint
          One in a sequence of possibly several points in time of a transaction that encapsulates the changes to transactional objects and that later changes can be rolled back to.
CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
CDOTransaction.Options
          Encapsulates a set of notifying transaction configuration options.
CDOTransactionFinishedEvent.Type
          Enumerates the possible causes for a transaction to become finished.
CDOTransactionHandler
          A combination of CDOTransactionHandler1 and CDOTransactionHandler2.
CDOTransactionHandler1
          A call-back interface that is called by a transcation when objects are attached, modified or detached.
CDOTransactionHandler2
          A call-back interface that is called by a transcation when it is about to be committed, has been committed or rolled back.
CDOTransactionHandlerBase
          A marker interface for use with CDOTransaction.addTransactionHandler() and CDOTransaction.removeTransactionHandler().
CDOUserSavepoint
          Creates a save point in a CDOUserTransaction that can be used to roll back a part of the transaction.
CDOUserTransaction
          Provides functionality that is common to both single transactions and distributed (XA) transactions.
CDOXASavepoint
          Creates a save point in a CDOXATransaction that can be used to roll back a part of the transaction.
CDOXATransaction
          A distributed (XA) transaction that can atomically commit the changes to multiple resource sets, each represented by a registered view set.
 

Classes in org.eclipse.emf.cdo.transaction used by org.eclipse.emf.cdo.util
CDOXATransaction
          A distributed (XA) transaction that can atomically commit the changes to multiple resource sets, each represented by a registered view set.
 

Classes in org.eclipse.emf.cdo.transaction used by org.eclipse.emf.spi.cdo
CDOCommitContext
          Provides a context for commit operations.
CDOConflictResolver
          A strategy used to customize the default conflict resolution behaviour of transactions.
CDOConflictResolver2
          A strategy used to customize the default conflict resolution behaviour of transactions.
CDOMerger
          Calculates the changes between a source change set and a target change set and returns the result relative to their common ancestor.
CDOMerger.ConflictException
          Thrown from a merger in case of conflicting changes in the a source and target change sets.
CDOSavepoint
          One in a sequence of possibly several points in time of a transaction that encapsulates the changes to transactional objects and that later changes can be rolled back to.
CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
CDOUserSavepoint
          Creates a save point in a CDOUserTransaction that can be used to roll back a part of the transaction.
CDOUserTransaction
          Provides functionality that is common to both single transactions and distributed (XA) transactions.
CDOXASavepoint
          Creates a save point in a CDOXATransaction that can be used to roll back a part of the transaction.
CDOXATransaction
          A distributed (XA) transaction that can atomically commit the changes to multiple resource sets, each represented by a registered view set.
 



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