Package org.eclipse.emf.cdo.transaction
Class CDOAutoLocker.ForSingleValuedChanges
java.lang.Object
org.eclipse.emf.cdo.transaction.CDODefaultTransactionHandler1
org.eclipse.emf.cdo.transaction.CDOAutoLocker
org.eclipse.emf.cdo.transaction.CDOAutoLocker.ForSingleValuedChanges
- All Implemented Interfaces:
CDOTransactionHandler1
,CDOTransactionHandler1.WithUndo
,CDOTransactionHandlerBase
- Enclosing class:
- CDOAutoLocker
An
auto locker
that only locks objects when their single-valued features are changed.
This auto locker is useful in combination with a conflict resolver
that is able to automatically resolve possible conflicts in many-valued features, such as CDOMergingConflictResolver
.
- Since:
- 4.5
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.transaction.CDOAutoLocker
CDOAutoLocker.ForSingleValuedChanges
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.transaction.CDOTransactionHandler1
CDOTransactionHandler1.WithUndo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modifyingObject
(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange) This implementation does nothing.Methods inherited from class org.eclipse.emf.cdo.transaction.CDODefaultTransactionHandler1
attachingObject, detachingObject, handleDefault, undoingObject
-
Constructor Details
-
ForSingleValuedChanges
public ForSingleValuedChanges() -
ForSingleValuedChanges
public ForSingleValuedChanges(long timeout)
-
-
Method Details
-
modifyingObject
public void modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange) Description copied from class:CDODefaultTransactionHandler1
This implementation does nothing. Clients may override to provide specialized behavior.- Specified by:
modifyingObject
in interfaceCDOTransactionHandler1
- Overrides:
modifyingObject
in classCDOAutoLocker
-