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. 
 

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.
 



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