Package io.vertigo.connectors.neo4j
Class Neo4jGPLEmbeddedServer
java.lang.Object
io.vertigo.connectors.neo4j.Neo4jGPLEmbeddedServer
- All Implemented Interfaces:
io.vertigo.core.node.component.Activeable,io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent
public class Neo4jGPLEmbeddedServer
extends Object
implements io.vertigo.core.node.component.Component, io.vertigo.core.node.component.Activeable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNeo4jGPLEmbeddedServer(String home, io.vertigo.core.resource.ResourceManager resourceManager) -
Method Summary
-
Field Details
-
graphDb
protected final org.neo4j.graphdb.GraphDatabaseService graphDb
-
-
Constructor Details
-
Neo4jGPLEmbeddedServer
@Inject public Neo4jGPLEmbeddedServer(String home, io.vertigo.core.resource.ResourceManager resourceManager) throws URISyntaxException - Throws:
URISyntaxException
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceio.vertigo.core.node.component.Activeable
-
stop
public void stop()- Specified by:
stopin interfaceio.vertigo.core.node.component.Activeable
-