Uses of Interface
org.eclipse.emf.cdo.transaction.CDOConflictResolver

Packages that use CDOConflictResolver
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Subinterfaces of CDOConflictResolver in org.eclipse.emf.cdo.transaction
 interface CDOConflictResolver2
          A strategy used to customize the default conflict resolution behaviour of transactions.
 

Methods in org.eclipse.emf.cdo.transaction that return CDOConflictResolver
 CDOConflictResolver[] CDOTransaction.Options.getConflictResolvers()
          Returns a copy of the conflict resolver list of this transaction.
 

Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOConflictResolver
 void CDOTransaction.Options.addConflictResolver(CDOConflictResolver resolver)
          Adds a conflict resolver to the list of conflict resolvers of this transaction.
 void CDOTransaction.Options.removeConflictResolver(CDOConflictResolver resolver)
          Removes a conflict resolver from the list of conflict resolvers of this transaction.
 void CDOTransaction.Options.setConflictResolvers(CDOConflictResolver[] resolvers)
          Sets the conflict resolver list of this transaction.
 

Uses of CDOConflictResolver in org.eclipse.emf.spi.cdo
 

Classes in org.eclipse.emf.spi.cdo that implement CDOConflictResolver
 class AbstractChangeSetsConflictResolver
           
 class AbstractConflictResolver
           
 class AbstractObjectConflictResolver
           
static class AbstractObjectConflictResolver.MergeLocalChangesPerFeature
          Deprecated. As of 4.0 use CDOMergingConflictResolver
static class AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges
          Deprecated. 
static class AbstractObjectConflictResolver.ThreeWayMerge
           
 class CDOMergingConflictResolver
          Deprecated. This conflict resolver is still under development. It's not safe to use it.
 



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