org.neo4j.server
Class CommunityNeoServer

java.lang.Object
  extended by org.neo4j.server.AbstractNeoServer
      extended by org.neo4j.server.CommunityNeoServer
All Implemented Interfaces:
NeoServer
Direct Known Subclasses:
WrappingNeoServer

public class CommunityNeoServer
extends AbstractNeoServer


Field Summary
 
Fields inherited from class org.neo4j.server.AbstractNeoServer
configurator, database, log, statisticsCollector, webServer
 
Constructor Summary
protected CommunityNeoServer()
           
  CommunityNeoServer(Configurator configurator)
           
 
Method Summary
protected  Database createDatabase()
           
protected  StartupHealthCheck createHealthCheck()
           
protected  Iterable<ServerModule> createServerModules()
           
protected  WebServer createWebServer()
           
 
Methods inherited from class org.neo4j.server.AbstractNeoServer
baseUri, getConfiguration, getConfigurator, getDatabase, getExtensionManager, getHttpsEnabled, getHttpsPort, getInjectables, getWebServer, getWebServerAddress, getWebServerPort, httpsUri, init, 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

CommunityNeoServer

protected CommunityNeoServer()

CommunityNeoServer

public CommunityNeoServer(Configurator configurator)
Method Detail

createHealthCheck

protected StartupHealthCheck createHealthCheck()
Specified by:
createHealthCheck in class AbstractNeoServer

createServerModules

protected Iterable<ServerModule> createServerModules()
Specified by:
createServerModules in class AbstractNeoServer

createDatabase

protected Database createDatabase()
Specified by:
createDatabase in class AbstractNeoServer

createWebServer

protected WebServer createWebServer()
Specified by:
createWebServer in class AbstractNeoServer


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