Neo4j Enterprise

Uses of Class
org.neo4j.kernel.lifecycle.LifecycleStatus

Packages that use LifecycleStatus
org.neo4j.kernel.lifecycle   
 

Uses of LifecycleStatus in org.neo4j.kernel.lifecycle
 

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

Methods in org.neo4j.kernel.lifecycle with parameters of type LifecycleStatus
 void LifecycleListener.notifyStatusChanged(Object instance, LifecycleStatus from, LifecycleStatus to)
           
 

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


Neo4j Enterprise

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