Uses of Class
org.neo4j.kernel.ha.LockStatus

Packages that use LockStatus
org.neo4j.kernel.ha   
 

Uses of LockStatus in org.neo4j.kernel.ha
 

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

Constructors in org.neo4j.kernel.ha with parameters of type LockStatus
LockResult(LockStatus status)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.