Uses of Class
org.apache.jackrabbit.core.lock.LockManagerImpl
-
Packages that use LockManagerImpl Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.lock -
-
Uses of LockManagerImpl in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return LockManagerImpl Modifier and Type Method Description protected LockManagerImplRepositoryImpl.WorkspaceInfo. createLockManager()Create a new lock manager.protected LockManagerImplRepositoryImpl.WorkspaceInfo. getLockManager()Returns the lock manager for this workspace. -
Uses of LockManagerImpl in org.apache.jackrabbit.core.lock
Methods in org.apache.jackrabbit.core.lock with parameters of type LockManagerImpl Modifier and Type Method Description voidLockManagerImpl. copyOpenScopedLocksFrom(LockManagerImpl source)Helper method that copies all the active open-scoped locks from the given source to this lock manager.Constructors in org.apache.jackrabbit.core.lock with parameters of type LockManagerImpl Constructor Description XALockManager(LockManagerImpl lockMgr)Create a new instance of this class.
-