org.reco4j.graph.neo4j.plugin
Class Reco4jPluginLifecycle

java.lang.Object
  extended by org.reco4j.graph.neo4j.plugin.Reco4jPluginLifecycle
All Implemented Interfaces:
org.neo4j.server.plugins.PluginLifecycle

public class Reco4jPluginLifecycle
extends Object
implements org.neo4j.server.plugins.PluginLifecycle

add this into neo4j-server.properties org.neo4j.server.thirdparty_jaxrs_classes=org.reco4j.graph.neo4j.plugin=/reco4jplugin/unmanaged

Author:
Alessandro Negro

Constructor Summary
Reco4jPluginLifecycle()
           
 
Method Summary
 Collection<org.neo4j.server.plugins.Injectable<?>> start(org.neo4j.graphdb.GraphDatabaseService gds, org.apache.commons.configuration.Configuration c)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reco4jPluginLifecycle

public Reco4jPluginLifecycle()
Method Detail

start

public Collection<org.neo4j.server.plugins.Injectable<?>> start(org.neo4j.graphdb.GraphDatabaseService gds,
                                                                org.apache.commons.configuration.Configuration c)
Specified by:
start in interface org.neo4j.server.plugins.PluginLifecycle

stop

public void stop()
Specified by:
stop in interface org.neo4j.server.plugins.PluginLifecycle


Copyright © 2013. All Rights Reserved.