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

Packages that use LockType
org.neo4j.kernel.impl.core   
org.neo4j.kernel.impl.transaction   
 

Uses of LockType in org.neo4j.kernel.impl.core
 

Methods in org.neo4j.kernel.impl.core with parameters of type LockType
 void LockReleaser.addLockToTransaction(Object resource, LockType type)
          Invoking this method with no transaction running will cause the lock to be released right away.
 

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

Methods in org.neo4j.kernel.impl.transaction that return LockType
static LockType LockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockType[] LockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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