Uses of Interface
org.nuxeo.ecm.core.api.lock.LockManager
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of LockManager in org.nuxeo.ecm.core.io.impl.extensions
Modifier and TypeMethodDescriptionprotected LockManager
DocumentLockImporter.getLockManager
(CoreSession session) -
Uses of LockManager in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionSession.getLockManager()
Gets the lock manager for this session. -
Uses of LockManager in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeInterfaceDescriptioninterface
Interface for a connection to aDBSRepository
.interface
Interface for aRepository
for Document-Based Storage.Modifier and TypeClassDescriptionclass
The DBS Cache layer used to cache some method call of real repositoryclass
The DBS Cache layer used to cache some method call of real repositoryclass
Interface for a connection to aDBSRepository
.class
Provides sharing behavior for repository sessions and other basic functions.class
Transactional state for a session.Modifier and TypeMethodDescriptionDBSCachingRepository.getLockManager()
DBSRepository.getLockManager()
Gets the lock manager for this repository.DBSRepositoryBase.getLockManager()
DBSSession.getLockManager()
-
Uses of LockManager in org.nuxeo.ecm.core.storage.lock
Modifier and TypeFieldDescriptionClass<? extends LockManager>
LockManagerDescriptor.klass
protected Map<String,
LockManager> LockManagerService.lockManagers
Modifier and TypeMethodDescriptionLockManagerService.getLockManager
(String name) Returns the lock manager registered with the given name.Modifier and TypeMethodDescriptionvoid
LockManagerService.registerLockManager
(String name, LockManager lockManager) -
Uses of LockManager in org.nuxeo.ecm.core.storage.mem
Modifier and TypeClassDescriptionclass
In-memory implementation of aDBSConnection
.class
In-memory implementation of aDBSRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeClassDescriptionclass
MongoDB implementation of aDBSConnection
.class
MongoDB implementation of aRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql
Modifier and TypeClassDescriptionclass
Manager of locks stored in the repository SQL database.Modifier and TypeMethodDescriptionRepositoryImpl.getLockManager()
Session.getLockManager()
Gets the lock manager for this session.SessionImpl.getLockManager()
-
Uses of LockManager in org.nuxeo.ecm.core.storage.sql.coremodel