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

Packages that use org.eclipse.emf.cdo.transaction
org.eclipse.emf.cdo.compare Client concepts for integrating EMF Compare with CDO. 
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.spi.workspace Server provider interfaces (SPI) for CDO workspaces
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.cdo.workspace Concepts to checkout, open and further operate CDO workspaces
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.compare
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.net4j
CDOTransactionContainer
          Can open new transactions and provide access to openend transactions.
 

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.
CDOTransactionContainer
          Can open new transactions and provide access to openend transactions.
 

Classes in org.eclipse.emf.cdo.transaction used by org.eclipse.emf.cdo.spi.workspace
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.
CDOPostEventTransactionHandler
          An abstract call-back class that is called by a transcation after objects have been attached, modified or detached.
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 before objects are attached, modified or detached.
CDOTransactionHandler2
          A call-back interface that is called by a transcation before it is committed and after it has been committed or rolled back.
CDOTransactionHandler3
          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.
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.cdo.workspace
CDOMerger
          Calculates the changes between a source change set and a target change set and returns the result relative to their common ancestor.
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.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.
CDOTransactionContainer
          Can open new transactions and provide access to openend transactions.
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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.