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
          If the meaning of this type isn't clear, there really should be more of a description here...
 class AbstractConflictResolver
          If the meaning of this type isn't clear, there really should be more of a description here...
 class AbstractObjectConflictResolver
          If the meaning of this type isn't clear, there really should be more of a description here...
static class AbstractObjectConflictResolver.MergeLocalChangesPerFeature
          Deprecated. As of 4.0 use CDOMergingConflictResolver
static class AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges
          Deprecated. 
static class AbstractObjectConflictResolver.ThreeWayMerge
          If the meaning of this type isn't clear, there really should be more of a description here...
 class CDOMergingConflictResolver
          If the meaning of this type isn't clear, there really should be more of a description here...
 



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