public class EmbeddedNeo4jLifecycleManager extends AbstractLifecycleManager
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_NEO4J_TARGET_PATH |
protected static String |
LOCALHOST |
protected static int |
PORT |
| Constructor and Description |
|---|
EmbeddedNeo4jLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart() |
void |
doStop() |
String |
getHost() |
int |
getPort() |
String |
getTargetPath() |
void |
setTargetPath(String targetPath) |
isReady, startEngine, stopEngineprotected static final String LOCALHOST
protected static final int PORT
protected static final String DEFAULT_NEO4J_TARGET_PATH
public String getHost()
getHost in class AbstractLifecycleManagerpublic int getPort()
getPort in class AbstractLifecycleManagerpublic void doStart()
throws Throwable
doStart in class AbstractLifecycleManagerThrowablepublic void doStop()
doStop in class AbstractLifecycleManagerpublic void setTargetPath(String targetPath)
public String getTargetPath()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.