Package org.eclipse.emf.cdo.util
Klasse OptimisticLockingException
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.OptimisticLockingException
- Alle implementierten Schnittstellen:
Serializable
A
concurrent access exception
that indicates that the repository can not acquire optimistic locks for some of the locally modified objects.
It's usually possible and adequate to attempt to commit the transaction again (optimistic strategy).
Pessimistic locks
can help to avoid the problematic situation (see also CDOAutoLocker
) at commit time.
The optimistic locking timeout can be configured on the server side:
<property name="optimisticLockingTimeout" value="10000"/>
- 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
isLocal, wrap
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
OptimisticLockingException
-