Uses of Class
org.apache.jackrabbit.core.lock.LockInfo
- 
Packages that use LockInfo Package Description org.apache.jackrabbit.core.lock  - 
- 
Uses of LockInfo in org.apache.jackrabbit.core.lock
Methods in org.apache.jackrabbit.core.lock that return LockInfo Modifier and Type Method Description LockInfoLockManagerImpl. getLockInfo(NodeId id)Return the most appropriate lock information for a node.Methods in org.apache.jackrabbit.core.lock with parameters of type LockInfo Modifier and Type Method Description protected voidLockManagerImpl. checkLock(LockInfo info, Session session)Check whether a lock info allows access to a session.protected voidLockManagerImpl. checkUnlock(LockInfo info, Session session)Check whether a session is allowed to unlock a node.booleanXALockManager. differentXAEnv(LockInfo info)Return a flag indicating whether a lock info belongs to a different XA environment.Constructors in org.apache.jackrabbit.core.lock with parameters of type LockInfo Constructor Description LockInfo(LockInfo that) 
 -