Uses of Interface
org.nuxeo.ecm.core.api.lock.LockManager
Packages that use LockManager
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of LockManager in org.nuxeo.ecm.core.io.impl.extensions
Methods in org.nuxeo.ecm.core.io.impl.extensions that return LockManagerModifier and TypeMethodDescriptionprotected LockManager
DocumentLockImporter.getLockManager
(CoreSession session) -
Uses of LockManager in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return LockManagerModifier and TypeMethodDescriptionSession.getLockManager()
Gets the lock manager for this session. -
Uses of LockManager in org.nuxeo.ecm.core.storage.dbs
Subinterfaces of LockManager in org.nuxeo.ecm.core.storage.dbsModifier and TypeInterfaceDescriptioninterface
Interface for a connection to aDBSRepository
.interface
Interface for aRepository
for Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement LockManagerModifier 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.Fields in org.nuxeo.ecm.core.storage.dbs declared as LockManagerMethods in org.nuxeo.ecm.core.storage.dbs that return LockManagerModifier 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
Fields in org.nuxeo.ecm.core.storage.lock with type parameters of type LockManagerModifier and TypeFieldDescriptionClass<? extends LockManager>
LockManagerDescriptor.klass
protected Map<String,
LockManager> LockManagerService.lockManagers
Methods in org.nuxeo.ecm.core.storage.lock that return LockManagerModifier and TypeMethodDescriptionLockManagerService.getLockManager
(String name) Returns the lock manager registered with the given name.Methods in org.nuxeo.ecm.core.storage.lock with parameters of type LockManagerModifier and TypeMethodDescriptionvoid
LockManagerService.registerLockManager
(String name, LockManager lockManager) -
Uses of LockManager in org.nuxeo.ecm.core.storage.mem
Classes in org.nuxeo.ecm.core.storage.mem that implement LockManagerModifier and TypeClassDescriptionclass
In-memory implementation of aDBSConnection
.class
In-memory implementation of aDBSRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement LockManagerModifier and TypeClassDescriptionclass
MongoDB implementation of aDBSConnection
.class
MongoDB implementation of aRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement LockManagerModifier and TypeClassDescriptionclass
Manager of locks stored in the repository SQL database.Methods in org.nuxeo.ecm.core.storage.sql that return LockManagerModifier 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
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return LockManager