org.eclipse.emf.spi.cdo
Class AbstractChangeSetsConflictResolver

java.lang.Object
  extended by org.eclipse.emf.spi.cdo.AbstractConflictResolver
      extended by org.eclipse.emf.spi.cdo.AbstractChangeSetsConflictResolver
All Implemented Interfaces:
CDOConflictResolver
Direct Known Subclasses:
CDOMergingConflictResolver

public abstract class AbstractChangeSetsConflictResolver
extends AbstractConflictResolver

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
4.0

Constructor Summary
AbstractChangeSetsConflictResolver()
           
 
Method Summary
 CDOChangeSet getLocalChangeSet()
           
 CDOChangeSetData getLocalChangeSetData()
           
 CDOChangeSet getRemoteChangeSet()
           
 CDOChangeSetData getRemoteChangeSetData()
           
protected  void hookTransaction(CDOTransaction transaction)
           
protected  void unhookTransaction(CDOTransaction transaction)
           
 
Methods inherited from class org.eclipse.emf.spi.cdo.AbstractConflictResolver
getTransaction, setTransaction
 
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 Detail

AbstractChangeSetsConflictResolver

public AbstractChangeSetsConflictResolver()
Method Detail

getLocalChangeSetData

public CDOChangeSetData getLocalChangeSetData()

getLocalChangeSet

public CDOChangeSet getLocalChangeSet()

getRemoteChangeSetData

public CDOChangeSetData getRemoteChangeSetData()

getRemoteChangeSet

public CDOChangeSet getRemoteChangeSet()

hookTransaction

protected void hookTransaction(CDOTransaction transaction)
Overrides:
hookTransaction in class AbstractConflictResolver

unhookTransaction

protected void unhookTransaction(CDOTransaction transaction)
Overrides:
unhookTransaction in class AbstractConflictResolver


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