Uses of Class
org.nuxeo.ecm.core.api.ConcurrentUpdateException
Package
Description
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.automation.core.operations.document
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionstatic void
LockHelper.doAtomically
(String key, Runnable runnable) Runs aRunnable
atomically, in a cluster-wide critical section.static <R> R
LockHelper.doAtomically
(String key, Supplier<R> supplier) Runs aSupplier
atomically, in a cluster-wide critical section. -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.storage.sql.jdbc
Modifier and TypeMethodDescriptionprotected void
JDBCConnection.checkConcurrentUpdate
(Throwable e) Checks the SQL error we got and determine if a concurrent update happened. -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.directory.sql
Modifier and TypeMethodDescriptionprotected void
SQLSession.checkConcurrentUpdate
(Throwable e) Checks the SQL error we got and determine if a concurrent update happened.