org.neo4j.server
Class Bootstrapper
java.lang.Object
org.neo4j.server.Bootstrapper
- Direct Known Subclasses:
- CommunityBootstrapper, WrappingNeoServerBootstrapper
public abstract class Bootstrapper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
server
protected NeoServer server
Bootstrapper
public Bootstrapper()
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)
getServer
public NeoServer getServer()
addShutdownHook
protected void addShutdownHook()
createConfigurator
protected Configurator createConfigurator()
isMoreDerivedThan
protected boolean isMoreDerivedThan(Bootstrapper other)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.