org.neo4j.server.enterprise
Class EnterpriseNeoServer

java.lang.Object
  extended by org.neo4j.server.AbstractNeoServer
      extended by org.neo4j.server.CommunityNeoServer
          extended by org.neo4j.server.advanced.AdvancedNeoServer
              extended by org.neo4j.server.enterprise.EnterpriseNeoServer
All Implemented Interfaces:
org.neo4j.server.NeoServer

public class EnterpriseNeoServer
extends org.neo4j.server.advanced.AdvancedNeoServer


Field Summary
 
Fields inherited from class org.neo4j.server.AbstractNeoServer
configurator, database, log, statisticsCollector, webServer
 
Constructor Summary
EnterpriseNeoServer(org.neo4j.server.configuration.Configurator configurator)
           
 
Method Summary
protected  org.neo4j.server.database.Database createDatabase()
           
protected  org.neo4j.server.startup.healthcheck.StartupHealthCheck createHealthCheck()
           
 
Methods inherited from class org.neo4j.server.advanced.AdvancedNeoServer
init
 
Methods inherited from class org.neo4j.server.CommunityNeoServer
createServerModules, createWebServer
 
Methods inherited from class org.neo4j.server.AbstractNeoServer
baseUri, getConfiguration, getConfigurator, getDatabase, getExtensionManager, getHttpsEnabled, getHttpsPort, getInjectables, getWebServer, getWebServerAddress, getWebServerPort, httpsUri, initHttpsKeyStore, registerModule, start, stop, stopServerOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseNeoServer

public EnterpriseNeoServer(org.neo4j.server.configuration.Configurator configurator)
Method Detail

createHealthCheck

protected org.neo4j.server.startup.healthcheck.StartupHealthCheck createHealthCheck()
Overrides:
createHealthCheck in class org.neo4j.server.CommunityNeoServer

createDatabase

protected org.neo4j.server.database.Database createDatabase()
Overrides:
createDatabase in class org.neo4j.server.CommunityNeoServer


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