Neo4j Enterprise

Uses of Interface
org.neo4j.kernel.lifecycle.Lifecycle

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

Uses of Lifecycle in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Lifecycle
protected  class InternalAbstractGraphDatabase.DefaultKernelData
           
 class KernelEventHandlers
          Handle the collection of kernel event handlers, and fire events as needed.
 class TransactionEventHandlers
          Handle the collection of transaction event handlers, and fire events as needed.
 

Uses of Lifecycle in org.neo4j.kernel.configuration
 

Constructors in org.neo4j.kernel.configuration with parameters of type Lifecycle
RestartOnChange(Class<?> settingsClass, Lifecycle life)
           
RestartOnChange(Specification<String> restartSpecification, Lifecycle life)
           
RestartOnChange(String configurationNamePrefix, Lifecycle life)
           
 

Uses of Lifecycle in org.neo4j.kernel.info
 

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

Uses of Lifecycle in org.neo4j.kernel.lifecycle
 

Classes in org.neo4j.kernel.lifecycle that implement Lifecycle
 class LifecycleAdapter
          Adapter for Lifecycle interface.
 class LifeSupport
          Support class for handling collections of Lifecycle instances.
 

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

Uses of Lifecycle in org.neo4j.kernel.logging
 

Classes in org.neo4j.kernel.logging that implement Lifecycle
 class ClassicLoggingService
          Implements the old-style logging with just one logger regardless of name.
 class DevNullLoggingService
           
 class LogbackService
          Logging service that uses Logback as backend.
 


Neo4j Enterprise

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