public abstract class Bootstrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
GRAPH_DATABASE_STARTUP_ERROR_CODE |
static Integer |
OK |
static Integer |
WEB_SERVER_STARTUP_ERROR_CODE |
| Constructor and Description |
|---|
Bootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
controlEvent(int arg) |
NeoServer |
getServer() |
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
public static void main(String[] args)
public static Bootstrapper loadMostDerivedBootstrapper()
public void controlEvent(int arg)
public Integer start()
public void stop()
public int stop(int stopArg)
public NeoServer getServer()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.