
public abstract class AbstractConflictResolver extends Object implements CDOConflictResolver
| Constructor and Description |
|---|
AbstractConflictResolver() |
| Modifier and Type | Method and Description |
|---|---|
CDOTransaction |
getTransaction()
Returns the
transaction this conflict resolver is associated with. |
protected void |
hookTransaction(CDOTransaction transaction) |
void |
setTransaction(CDOTransaction transaction)
Sets the
transaction this conflict resolver is to be associated with. |
protected void |
unhookTransaction(CDOTransaction transaction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveConflictspublic CDOTransaction getTransaction()
CDOConflictResolvertransaction this conflict resolver is associated with.getTransaction in interface CDOConflictResolverpublic void setTransaction(CDOTransaction transaction)
CDOConflictResolvertransaction this conflict resolver is to be associated with.setTransaction in interface CDOConflictResolverprotected void hookTransaction(CDOTransaction transaction)
protected void unhookTransaction(CDOTransaction transaction)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.