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

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

Uses of IllegalResourceException in org.neo4j.kernel.ha
 

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

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

Methods in org.neo4j.kernel.impl.transaction that throw IllegalResourceException
 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.
 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.