public class ManagedWrappingNeoServerLifecycleManager extends AbstractLifecycleManager
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_NEO4J_TARGET_PATH |
protected static String |
LOCALHOST |
| Constructor and Description |
|---|
ManagedWrappingNeoServerLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart() |
void |
doStop() |
String |
getHost() |
int |
getPort() |
String |
getTargetPath() |
void |
setPort(int port) |
void |
setTargetPath(String targetPath) |
isReady, startEngine, stopEngineprotected static final String LOCALHOST
protected static final String DEFAULT_NEO4J_TARGET_PATH
public ManagedWrappingNeoServerLifecycleManager()
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()
public void setPort(int port)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.