Neo4j Community

Uses of Class
org.neo4j.kernel.LifeSupport.Status

Packages that use LifeSupport.Status
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of LifeSupport.Status in org.neo4j.kernel
 

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

Constructors in org.neo4j.kernel with parameters of type LifeSupport.Status
LifecycleException(Object instance, LifeSupport.Status from, LifeSupport.Status to, Throwable cause)
           
 


Neo4j Community

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