|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOConflictResolver
A strategy used to customize the default conflict resolution behaviour of transactions.
CDOTransaction.Options#setConflictResolver(CDOConflictResolver)| Method Summary | |
|---|---|
CDOTransaction |
getTransaction()
Returns the transaction this conflict resolver is associated with. |
void |
resolveConflicts(java.util.Set<CDOObject> conflicts)
Resolves conflicts after remote invalidations arrived for objects that are locally dirty or detached. |
void |
setTransaction(CDOTransaction transaction)
Sets the transaction this conflict resolver is to be associated with. |
| Method Detail |
|---|
CDOTransaction getTransaction()
transaction this conflict resolver is associated with.
void setTransaction(CDOTransaction transaction)
transaction this conflict resolver is to be associated with.
void resolveConflicts(java.util.Set<CDOObject> conflicts)
The implementor might want to use/extend AbstractObjectConflictResolver.
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||