Neo4j Community

Uses of Interface
org.neo4j.kernel.Lifecycle

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

Uses of Lifecycle in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Lifecycle
protected  class AbstractGraphDatabase.DefaultKernelData
           
 class KernelEventHandlers
          Handle the collection of kernel event handlers, and fire events as needed.
 class LifecycleAdapter
          Adapter for Lifecycle interface.
 class LifeSupport
          Support class for handling collections of Lifecycle instances.
 class TransactionEventHandlers
          Handle the collection of transaction event handlers, and fire events as needed.
 

Methods in org.neo4j.kernel with parameters of type Lifecycle
 void LifeSupport.restart(Lifecycle instance)
          Restart an individual instance.
 

Uses of Lifecycle in org.neo4j.kernel.info
 

Classes in org.neo4j.kernel.info that implement Lifecycle
 class DiagnosticsManager
           
 


Neo4j Community

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