public abstract class Bootstrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
GRAPH_DATABASE_STARTUP_ERROR_CODE |
static Integer |
OK |
protected NeoServer |
server |
static Integer |
WEB_SERVER_STARTUP_ERROR_CODE |
| Constructor and Description |
|---|
Bootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addShutdownHook() |
void |
controlEvent(int arg) |
protected Configurator |
createConfigurator() |
protected abstract NeoServer |
createNeoServer() |
NeoServer |
getServer() |
protected boolean |
isMoreDerivedThan(Bootstrapper other) |
static Bootstrapper |
loadMostDerivedBootstrapper() |
static void |
main(String[] args) |
Integer |
start() |
Integer |
start(String[] args) |
void |
stop() |
int |
stop(int stopArg) |
public static final Integer OK
public static final Integer WEB_SERVER_STARTUP_ERROR_CODE
public static final Integer GRAPH_DATABASE_STARTUP_ERROR_CODE
protected NeoServer server
public static void main(String[] args)
public static Bootstrapper loadMostDerivedBootstrapper()
public void controlEvent(int arg)
public Integer start()
protected abstract NeoServer createNeoServer()
public void stop()
public int stop(int stopArg)
public NeoServer getServer()
protected void addShutdownHook()
protected Configurator createConfigurator()
protected boolean isMoreDerivedThan(Bootstrapper other)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.