Uses of Class
org.eclipse.emf.cdo.util.ConcurrentAccessException

Packages that use ConcurrentAccessException
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. 
 

Uses of ConcurrentAccessException in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that throw ConcurrentAccessException
 CDOCommitInfo CDOUserTransaction.commit()
          Same as commit(null).
 CDOCommitInfo CDOUserTransaction.commit(IProgressMonitor progressMonitor)
          Commits the modifications of this transaction to the repository and returns a commit info object if successful.
 

Uses of ConcurrentAccessException in org.eclipse.emf.cdo.util
 

Subclasses of ConcurrentAccessException in org.eclipse.emf.cdo.util
 class CommitConflictException
          A concurrent access exception that indicates that some of the local modifications are based on old revisions because other transactions have intermittently committed their modifications.
 class ContainmentCycleException
          A concurrent access exception that indicates an attempt of the local transaction to introduce a containment cycle.
 class LocalCommitConflictException
          A commit conflict exception that indicates that the transaction has local conflicts.
 class OptimisticLockingException
          A concurrent access exception that indicates that the repository can not acquire optimistic locks for some of the locally modified objects.
 



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