|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CDOConflictResolver | |
|---|---|
| org.eclipse.emf.cdo.transaction | |
| org.eclipse.emf.spi.cdo | |
| Uses of CDOConflictResolver in org.eclipse.emf.cdo.transaction |
|---|
| 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.resolveConflicts(CDOConflictResolver... resolver)
|
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 |
AbstractObjectConflictResolver
|
static class |
AbstractObjectConflictResolver.MergeLocalChangesPerFeature
|
static class |
AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges
A conflict resolver implementation that takes all the new remote state of the conflicting objects and then applies the locally existing changes of the current transaction. |
static class |
AbstractObjectConflictResolver.ThreeWayMerge
|
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||