Package org.eclipse.emf.spi.cdo
Class AbstractConflictResolver
java.lang.Object
org.eclipse.emf.spi.cdo.AbstractConflictResolver
- All Implemented Interfaces:
CDOConflictResolver
- Direct Known Subclasses:
AbstractChangeSetsConflictResolver
,AbstractObjectConflictResolver
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 4.0
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.transaction.CDOConflictResolver
CDOConflictResolver.NonConflictAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns thetransaction
this conflict resolver is associated with.protected void
hookTransaction
(CDOTransaction transaction) void
setTransaction
(CDOTransaction transaction) Sets thetransaction
this conflict resolver is to be associated with.protected void
unhookTransaction
(CDOTransaction transaction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOConflictResolver
resolveConflicts
-
Constructor Details
-
AbstractConflictResolver
public AbstractConflictResolver()
-
-
Method Details
-
getTransaction
Description copied from interface:CDOConflictResolver
Returns thetransaction
this conflict resolver is associated with.- Specified by:
getTransaction
in interfaceCDOConflictResolver
-
setTransaction
Description copied from interface:CDOConflictResolver
Sets thetransaction
this conflict resolver is to be associated with.- Specified by:
setTransaction
in interfaceCDOConflictResolver
-
hookTransaction
-
unhookTransaction
-