Uses of Class
org.neo4j.kernel.DeadlockDetectedException

Packages that use DeadlockDetectedException
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.transaction   
 

Uses of DeadlockDetectedException in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that throw DeadlockDetectedException
 void SlaveLockManager.getReadLock(Object resource)
           
 void SlaveLockManager.getWriteLock(Object resource)
           
 

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

Methods in org.neo4j.kernel.impl.transaction that throw DeadlockDetectedException
 void LockManager.getReadLock(Object resource)
          Tries to acquire read lock on resource for the current transaction.
 void LockManager.getWriteLock(Object resource)
          Tries to acquire write lock on resource for the current transaction.
 



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