org.neo4j.server
Class Bootstrapper

java.lang.Object
  extended by org.neo4j.server.Bootstrapper
Direct Known Subclasses:
CommunityBootstrapper, WrappingNeoServerBootstrapper

public abstract class Bootstrapper
extends Object


Field Summary
protected  Configurator configurator
           
static Integer GRAPH_DATABASE_STARTUP_ERROR_CODE
           
protected  org.neo4j.kernel.lifecycle.LifeSupport life
           
protected  org.neo4j.kernel.logging.Logging logging
           
static Integer OK
           
protected  NeoServer server
           
static Integer WEB_SERVER_STARTUP_ERROR_CODE
           
 
Constructor Summary
Bootstrapper()
           
 
Method Summary
protected  void addShutdownHook()
           
 void controlEvent(int arg)
           
protected  Configurator createConfigurator(org.neo4j.kernel.logging.ConsoleLogger log)
           
protected abstract  NeoServer createNeoServer()
           
 NeoServer getServer()
           
protected  boolean isMoreDerivedThan(Bootstrapper other)
           
static Bootstrapper loadMostDerivedBootstrapper()
           
static void main(String[] args)
           
protected  void removeShutdownHook()
           
 Integer start()
           
 Integer start(String[] args)
           
 void stop()
           
 int stop(int stopArg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final Integer OK

WEB_SERVER_STARTUP_ERROR_CODE

public static final Integer WEB_SERVER_STARTUP_ERROR_CODE

GRAPH_DATABASE_STARTUP_ERROR_CODE

public static final Integer GRAPH_DATABASE_STARTUP_ERROR_CODE

life

protected final org.neo4j.kernel.lifecycle.LifeSupport life

server

protected NeoServer server

configurator

protected Configurator configurator

logging

protected org.neo4j.kernel.logging.Logging logging
Constructor Detail

Bootstrapper

public Bootstrapper()
Method Detail

main

public static void main(String[] args)

loadMostDerivedBootstrapper

public static Bootstrapper loadMostDerivedBootstrapper()

controlEvent

public void controlEvent(int arg)

start

public Integer start()

start

public Integer start(String[] args)

createNeoServer

protected abstract NeoServer createNeoServer()

stop

public void stop()

stop

public int stop(int stopArg)

removeShutdownHook

protected void removeShutdownHook()

getServer

public NeoServer getServer()

addShutdownHook

protected void addShutdownHook()

createConfigurator

protected Configurator createConfigurator(org.neo4j.kernel.logging.ConsoleLogger log)

isMoreDerivedThan

protected boolean isMoreDerivedThan(Bootstrapper other)


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