Uses of Class
org.apache.jackrabbit.core.lock.LockInfo

Packages that use LockInfo
org.apache.jackrabbit.core.lock   
 

Uses of LockInfo in org.apache.jackrabbit.core.lock
 

Methods in org.apache.jackrabbit.core.lock that return LockInfo
 LockInfo LockManagerImpl.getLockInfo(NodeId id)
          Return the most appropriate lock information for a node.
 

Methods in org.apache.jackrabbit.core.lock with parameters of type LockInfo
protected  void LockManagerImpl.checkLock(LockInfo info, Session session)
          Check whether a lock info allows access to a session.
protected  void LockManagerImpl.checkUnlock(LockInfo info, Session session)
          Check whether a session is allowed to unlock a node.
 boolean XALockManager.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
LockInfo(LockInfo that)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.