Uses of Class
org.nuxeo.ecm.core.api.ConcurrentUpdateException
Packages that use ConcurrentUpdateException
Package
Description
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.automation.core.operations.document
Methods in org.nuxeo.ecm.automation.core.operations.document that throw ConcurrentUpdateException -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw ConcurrentUpdateExceptionModifier 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
Methods in org.nuxeo.ecm.core.storage.sql.jdbc that throw ConcurrentUpdateExceptionModifier 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
Methods in org.nuxeo.ecm.directory.sql that throw ConcurrentUpdateExceptionModifier and TypeMethodDescriptionprotected void
SQLSession.checkConcurrentUpdate
(Throwable e) Checks the SQL error we got and determine if a concurrent update happened.