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