org.neo4j.server.database
Class CommunityDatabase

java.lang.Object
  extended by org.neo4j.server.database.Database
      extended by org.neo4j.server.database.CommunityDatabase
All Implemented Interfaces:
org.neo4j.kernel.lifecycle.Lifecycle

public class CommunityDatabase
extends Database


Field Summary
protected  org.apache.commons.configuration.Configuration serverConfig
           
 
Fields inherited from class org.neo4j.server.database.Database
graph, log
 
Constructor Summary
CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig)
           
CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig, Map<String,String> neo4jProperties)
           
 
Method Summary
protected  Map<String,String> loadNeo4jProperties()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.neo4j.server.database.Database
getGraph, getIndexManager, getLocation, getNodeIndex, getRelationshipIndex, init, rrdDb, setRrdDb, shutdown, startup, statisticCollector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverConfig

protected final org.apache.commons.configuration.Configuration serverConfig
Constructor Detail

CommunityDatabase

public CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig)

CommunityDatabase

public CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig,
                         Map<String,String> neo4jProperties)
Method Detail

start

public void start()
           throws Throwable
Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle
Overrides:
start in class Database
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle
Overrides:
stop in class Database
Throws:
Throwable

loadNeo4jProperties

protected Map<String,String> loadNeo4jProperties()


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