Neo4j Community

org.neo4j.kernel
Class AbstractGraphDatabase.DefaultKernelData

java.lang.Object
  extended by org.neo4j.kernel.KernelData
      extended by org.neo4j.kernel.AbstractGraphDatabase.DefaultKernelData
All Implemented Interfaces:
Lifecycle
Enclosing class:
AbstractGraphDatabase

protected class AbstractGraphDatabase.DefaultKernelData
extends KernelData
implements Lifecycle


Constructor Summary
AbstractGraphDatabase.DefaultKernelData(Config config, GraphDatabaseAPI graphDb)
           
 
Method Summary
 Config getConfig()
           
 Map<String,String> getConfigParams()
           
 GraphDatabaseAPI graphDatabase()
           
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 Version version()
           
 
Methods inherited from class org.neo4j.kernel.KernelData
equals, getParam, hashCode, instanceId, properties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGraphDatabase.DefaultKernelData

public AbstractGraphDatabase.DefaultKernelData(Config config,
                                               GraphDatabaseAPI graphDb)
Method Detail

version

public Version version()
Specified by:
version in class KernelData

getConfig

public Config getConfig()
Specified by:
getConfig in class KernelData

getConfigParams

public Map<String,String> getConfigParams()
Specified by:
getConfigParams in class KernelData

graphDatabase

public GraphDatabaseAPI graphDatabase()
Specified by:
graphDatabase in class KernelData

init

public void init()
          throws Throwable
Specified by:
init in interface Lifecycle
Throws:
Throwable

start

public void start()
           throws Throwable
Specified by:
start in interface Lifecycle
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface Lifecycle
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface Lifecycle
Throws:
Throwable

Neo4j Community

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