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

Packages that use LockManagerImpl
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
protected  LockManagerImpl RepositoryImpl.WorkspaceInfo.createLockManager()
          Create a new lock manager.
protected  LockManagerImpl RepositoryImpl.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
 void LockManagerImpl.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
XALockManager(LockManagerImpl lockMgr)
          Create a new instance of this class.
 



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