Uses of Class
org.neo4j.kernel.impl.transaction.LockNotFoundException

Packages that use LockNotFoundException
org.neo4j.kernel.impl.transaction   
 

Uses of LockNotFoundException in org.neo4j.kernel.impl.transaction
 

Methods in org.neo4j.kernel.impl.transaction that throw LockNotFoundException
 void LockManager.releaseReadLock(Object resource, Transaction tx)
          Releases a read lock held by the current transaction on resource.
 void LockManager.releaseWriteLock(Object resource, Transaction tx)
          Releases a read lock held by the current transaction on resource.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.