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

Packages that use LockStatus
org.neo4j.kernel.ha.lock   
 

Uses of LockStatus in org.neo4j.kernel.ha.lock
 

Methods in org.neo4j.kernel.ha.lock 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.lock with parameters of type LockStatus
LockResult(LockStatus status)
           
 



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