Package | Description |
---|---|
org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CDOConflictResolver.NonConflictAware
A mix-in interface for
conflict resolvers that need to know about non-conflicting invalidations. |
interface |
CDOConflictResolver2
A strategy used to customize the default conflict resolution behavior of
transactions . |
interface |
CDOConflictResolver3
A strategy used to customize the default conflict resolution behavior of
transactions . |
Modifier and Type | Method and Description |
---|---|
CDOConflictResolver[] |
CDOTransaction.Options.getConflictResolvers()
Returns a copy of the conflict resolver list of this transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChangeSetsConflictResolver
If the meaning of this type isn't clear, there really should be more of a description here...
|
class |
AbstractConflictResolver
If the meaning of this type isn't clear, there really should be more of a description here...
|
class |
AbstractObjectConflictResolver
If the meaning of this type isn't clear, there really should be more of a description here...
|
static class |
AbstractObjectConflictResolver.MergeLocalChangesPerFeature
Deprecated.
As of 4.0 use CDOMergingConflictResolver
|
static class |
AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges
Deprecated.
|
static class |
AbstractObjectConflictResolver.ThreeWayMerge
If the meaning of this type isn't clear, there really should be more of a description here...
|
class |
CDOMergingConflictResolver
If the meaning of this type isn't clear, there really should be more of a description here...
|
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html