Uses of Interface
org.nuxeo.ecm.core.api.lock.LockManager
-
Packages that use LockManager Package Description org.nuxeo.ecm.core.io.impl.extensions org.nuxeo.ecm.core.model org.nuxeo.ecm.core.redis.contribs org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.lock org.nuxeo.ecm.core.storage.mem org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of LockManager in org.nuxeo.ecm.core.io.impl.extensions
Methods in org.nuxeo.ecm.core.io.impl.extensions that return LockManager Modifier and Type Method Description protected LockManagerDocumentLockImporter. getLockManager(CoreSession session) -
Uses of LockManager in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return LockManager Modifier and Type Method Description LockManagerSession. getLockManager()Gets the lock manager for this session. -
Uses of LockManager in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement LockManager Modifier and Type Class Description classRedisLockManagerRedis-based lock manager. -
Uses of LockManager in org.nuxeo.ecm.core.storage.dbs
Subinterfaces of LockManager in org.nuxeo.ecm.core.storage.dbs Modifier and Type Interface Description interfaceDBSConnectionInterface for a connection to aDBSRepository.interfaceDBSRepositoryInterface for aRepositoryfor Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement LockManager Modifier and Type Class Description classDBSCachingConnectionThe DBS Cache layer used to cache some method call of real repositoryclassDBSCachingRepositoryThe DBS Cache layer used to cache some method call of real repositoryclassDBSConnectionBaseInterface for a connection to aDBSRepository.classDBSRepositoryBaseProvides sharing behavior for repository sessions and other basic functions.classDBSTransactionStateTransactional state for a session.Fields in org.nuxeo.ecm.core.storage.dbs declared as LockManager Modifier and Type Field Description protected LockManagerDBSRepositoryBase. lockManagerMethods in org.nuxeo.ecm.core.storage.dbs that return LockManager Modifier and Type Method Description LockManagerDBSCachingRepository. getLockManager()LockManagerDBSRepository. getLockManager()Gets the lock manager for this repository.LockManagerDBSRepositoryBase. getLockManager()LockManagerDBSSession. getLockManager() -
Uses of LockManager in org.nuxeo.ecm.core.storage.lock
Fields in org.nuxeo.ecm.core.storage.lock with type parameters of type LockManager Modifier and Type Field Description Class<? extends LockManager>LockManagerDescriptor. klassprotected Map<String,LockManager>LockManagerService. lockManagersMethods in org.nuxeo.ecm.core.storage.lock that return LockManager Modifier and Type Method Description LockManagerLockManagerService. getLockManager(String name)Returns the lock manager registered with the given name.Methods in org.nuxeo.ecm.core.storage.lock with parameters of type LockManager Modifier and Type Method Description voidLockManagerService. 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 LockManager Modifier and Type Class Description classMemConnectionIn-memory implementation of aDBSConnection.classMemRepositoryIn-memory implementation of aDBSRepository. -
Uses of LockManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement LockManager Modifier and Type Class Description classMongoDBConnectionMongoDB implementation of aDBSConnection.classMongoDBRepositoryMongoDB implementation of aRepository. -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement LockManager Modifier and Type Class Description classVCSLockManagerManager of locks stored in the repository SQL database.Methods in org.nuxeo.ecm.core.storage.sql that return LockManager Modifier and Type Method Description LockManagerRepositoryImpl. getLockManager()LockManagerSession. getLockManager()Gets the lock manager for this session.LockManagerSessionImpl. getLockManager() -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return LockManager Modifier and Type Method Description LockManagerSQLSession. getLockManager()
-