public class Neo4jService extends Object implements org.structr.api.service.RunnableService
Modifier and Type | Field and Description |
---|---|
static String |
NEO4J_BROWSER_HOST |
static String |
NEO4J_BROWSER_PORT |
Constructor and Description |
---|
Neo4jService() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
initialize(org.structr.api.service.StructrServices services,
Properties config) |
void |
initialized() |
void |
injectArguments(org.structr.api.service.Command command) |
boolean |
isRunning() |
boolean |
isVital() |
boolean |
runOnStartup() |
void |
shutdown() |
void |
startService() |
void |
stopService() |
public static final String NEO4J_BROWSER_HOST
public static final String NEO4J_BROWSER_PORT
public void startService()
startService
in interface org.structr.api.service.RunnableService
public void stopService()
stopService
in interface org.structr.api.service.RunnableService
public boolean runOnStartup()
runOnStartup
in interface org.structr.api.service.RunnableService
public boolean isRunning()
isRunning
in interface org.structr.api.service.RunnableService
isRunning
in interface org.structr.api.service.Service
public void injectArguments(org.structr.api.service.Command command)
injectArguments
in interface org.structr.api.service.Service
public void initialize(org.structr.api.service.StructrServices services, Properties config) throws ClassNotFoundException, InstantiationException, IllegalAccessException
initialize
in interface org.structr.api.service.Service
ClassNotFoundException
InstantiationException
IllegalAccessException
public void initialized()
initialized
in interface org.structr.api.service.Service
public void shutdown()
shutdown
in interface org.structr.api.service.Service
public String getName()
getName
in interface org.structr.api.service.Service
public boolean isVital()
isVital
in interface org.structr.api.service.Service
Copyright © 2016. All rights reserved.