Uses of Interface
org.eclipse.emf.cdo.transaction.CDOConflictResolver
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDOConflictResolver in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptionstatic interface
A mix-in interface forconflict resolvers
that need to know about non-conflicting invalidations.interface
A strategy used to customize the default conflict resolution behavior oftransactions
.interface
A strategy used to customize the default conflict resolution behavior oftransactions
.Modifier and TypeMethodDescriptionCDOTransaction.Options.getConflictResolvers()
Returns a copy of the conflict resolver list of this transaction.Modifier and TypeMethodDescriptionvoid
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.Options.setConflictResolvers
(CDOConflictResolver[] resolvers) Sets the conflict resolver list of this transaction. -
Uses of CDOConflictResolver in org.eclipse.emf.spi.cdo
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...static class
Deprecated.As of 4.0 use CDOMergingConflictResolverstatic class
Deprecated.static class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...