org.neo4j.server
Class WrappingNeoServer

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

public class WrappingNeoServer
extends CommunityNeoServer


Field Summary
 
Fields inherited from class org.neo4j.server.AbstractNeoServer
configurator, database, log, statisticsCollector, webServer
 
Constructor Summary
WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db)
           
WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
           
 
Method Summary
protected  Database createDatabase()
           
protected  StartupHealthCheck createHealthCheck()
           
 
Methods inherited from class org.neo4j.server.CommunityNeoServer
createServerModules, createWebServer
 
Methods inherited from class org.neo4j.server.AbstractNeoServer
baseUri, getConfiguration, getConfigurator, getCypherExecutor, getDatabase, getExtensionManager, getHttpsEnabled, getHttpsPort, getInjectables, getLogging, 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

WrappingNeoServer

public WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db)

WrappingNeoServer

public WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db,
                         Configurator configurator)
Method Detail

createHealthCheck

protected StartupHealthCheck createHealthCheck()
Overrides:
createHealthCheck in class CommunityNeoServer

createDatabase

protected Database createDatabase()
Overrides:
createDatabase in class CommunityNeoServer


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