Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.event.ErrorState

Packages that use ErrorState
org.neo4j.graphdb.event Event framework. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of ErrorState in org.neo4j.graphdb.event
 

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

Methods in org.neo4j.graphdb.event with parameters of type ErrorState
 void KernelEventHandler.kernelPanic(ErrorState error)
          This is invoked when the Neo4j Graph Database enters a state from which it cannot continue.
 

Uses of ErrorState in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type ErrorState
 void KernelEventHandlers.kernelPanic(ErrorState error)
           
 


Neo4j Enterprise

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