Package org.eclipse.emf.cdo.util
Klasse LocalCommitConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emf.cdo.util.CommitException
org.eclipse.emf.cdo.util.ConcurrentAccessException
org.eclipse.emf.cdo.util.CommitConflictException
org.eclipse.emf.cdo.util.LocalCommitConflictException
- Alle implementierten Schnittstellen:
Serializable
A
commit conflict exception
that indicates that the transaction has local conflicts
.
It's usually possible and adequate to rollback
the transaction, replay the model modifications and
commit the transaction again (optimistic strategy). Pessimistic locks
can help to avoid the problematic situation
(see also CDOAutoLocker
).
Instances of this class indicate commit conflicts that are detected locally by analyzing the passive updates
that result from commits of other transactions. Conflict resolvers
can help to reduce the risk of local commit conflicts.
- Seit:
- 4.2
- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.emf.cdo.util.CommitException
wrap
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
LocalCommitConflictException
-
-
Methodendetails
-
isLocal
public boolean isLocal()- Setzt außer Kraft:
isLocal
in KlasseCommitException
-