org.neo4j.server.enterprise
Class EnterpriseNeoServerBootstrapper

java.lang.Object
  extended by org.neo4j.server.Bootstrapper
      extended by org.neo4j.server.NeoServerBootstrapper
          extended by org.neo4j.server.advanced.AdvancedNeoServerBootstrapper
              extended by org.neo4j.server.enterprise.EnterpriseNeoServerBootstrapper

public class EnterpriseNeoServerBootstrapper
extends org.neo4j.server.advanced.AdvancedNeoServerBootstrapper


Field Summary
 
Fields inherited from class org.neo4j.server.Bootstrapper
GRAPH_DATABASE_STARTUP_ERROR_CODE, OK, server, WEB_SERVER_STARTUP_ERROR_CODE
 
Constructor Summary
EnterpriseNeoServerBootstrapper()
           
 
Method Summary
protected  org.neo4j.server.database.GraphDatabaseFactory getGraphDatabaseFactory(org.apache.commons.configuration.Configuration configuration)
           
 Iterable<org.neo4j.server.startup.healthcheck.StartupHealthCheckRule> getHealthCheckRules()
           
 
Methods inherited from class org.neo4j.server.advanced.AdvancedNeoServerBootstrapper
start
 
Methods inherited from class org.neo4j.server.NeoServerBootstrapper
getServerModules
 
Methods inherited from class org.neo4j.server.Bootstrapper
addShutdownHook, controlEvent, getConfigurator, getServer, isMoreDerivedThan, loadMostDerivedBootstrapper, main, start, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseNeoServerBootstrapper

public EnterpriseNeoServerBootstrapper()
Method Detail

getHealthCheckRules

public Iterable<org.neo4j.server.startup.healthcheck.StartupHealthCheckRule> getHealthCheckRules()
Overrides:
getHealthCheckRules in class org.neo4j.server.NeoServerBootstrapper

getGraphDatabaseFactory

protected org.neo4j.server.database.GraphDatabaseFactory getGraphDatabaseFactory(org.apache.commons.configuration.Configuration configuration)
Overrides:
getGraphDatabaseFactory in class org.neo4j.server.NeoServerBootstrapper


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