Uses of Interface
org.apache.jackrabbit.core.lock.LockManager
-
Packages that use LockManager 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 LockManager in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as LockManager Modifier and Type Field Description protected LockManagerWorkspaceImpl. lockMgrTheLockManagerfor thisWorkspaceMethods in org.apache.jackrabbit.core that return LockManager Modifier and Type Method Description LockManagerWorkspaceImpl. getInternalLockManager()Return the lock manager for this workspace. -
Uses of LockManager in org.apache.jackrabbit.core.lock
Classes in org.apache.jackrabbit.core.lock that implement LockManager Modifier and Type Class Description classLockManagerImplProvides the functionality needed for locking and unlocking nodes.classXALockManagerSession-local lock manager that implements the semantical changes inside transactions.Constructors in org.apache.jackrabbit.core.lock with parameters of type LockManager Constructor Description SessionLockManager(SessionContext context, LockManager systemLockMgr)Creates a lock manager.
-