org.neo4j.server
Class WrappingNeoServerBootstrapper

java.lang.Object
  extended by org.neo4j.server.Bootstrapper
      extended by org.neo4j.server.WrappingNeoServerBootstrapper

Deprecated.

@Deprecated
public class WrappingNeoServerBootstrapper
extends Bootstrapper

A bootstrapper for the Neo4j Server that takes an already instantiated GraphDatabaseAPI, and optional configuration, and launches a server using that database.


Field Summary
 
Fields inherited from class org.neo4j.server.Bootstrapper
GRAPH_DATABASE_STARTUP_ERROR_CODE, life, logging, OK, server, WEB_SERVER_STARTUP_ERROR_CODE
 
Constructor Summary
WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db)
          Deprecated. Create an instance with default settings.
WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
          Deprecated. Create an instance with custom documentation.
 
Method Summary
protected  Configurator createConfigurator(org.neo4j.kernel.logging.ConsoleLogger log)
          Deprecated.  
protected  NeoServer createNeoServer()
          Deprecated.  
 
Methods inherited from class org.neo4j.server.Bootstrapper
addShutdownHook, controlEvent, getServer, isMoreDerivedThan, loadMostDerivedBootstrapper, main, removeShutdownHook, start, start, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappingNeoServerBootstrapper

public WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db)
Deprecated. 
Create an instance with default settings.

Parameters:
db -

WrappingNeoServerBootstrapper

public WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db,
                                     Configurator configurator)
Deprecated. 
Create an instance with custom documentation. ServerConfigurator is written to fit well here, see its' documentation.

Parameters:
db -
configurator -
Method Detail

createConfigurator

protected Configurator createConfigurator(org.neo4j.kernel.logging.ConsoleLogger log)
Deprecated. 
Overrides:
createConfigurator in class Bootstrapper

createNeoServer

protected NeoServer createNeoServer()
Deprecated. 
Specified by:
createNeoServer in class Bootstrapper


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