org.neo4j.server.enterprise
Class EnterpriseDatabase

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

public class EnterpriseDatabase
extends org.neo4j.server.database.CommunityDatabase


Field Summary
 
Fields inherited from class org.neo4j.server.database.CommunityDatabase
serverConfig
 
Fields inherited from class org.neo4j.server.database.Database
graph, log
 
Constructor Summary
EnterpriseDatabase(org.apache.commons.configuration.Configuration serverConfig)
           
 
Method Summary
 void start()
           
 
Methods inherited from class org.neo4j.server.database.CommunityDatabase
loadNeo4jProperties, 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
 

Constructor Detail

EnterpriseDatabase

public EnterpriseDatabase(org.apache.commons.configuration.Configuration serverConfig)
Method Detail

start

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


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