org.neo4j.server.modules
Class RESTApiModule

java.lang.Object
  extended by org.neo4j.server.modules.RESTApiModule
All Implemented Interfaces:
ServerModule

public class RESTApiModule
extends Object
implements ServerModule


Constructor Summary
RESTApiModule(WebServer webServer, Database database, org.apache.commons.configuration.Configuration config, org.neo4j.kernel.logging.Logging logging)
           
 
Method Summary
 PluginManager getPlugins()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTApiModule

public RESTApiModule(WebServer webServer,
                     Database database,
                     org.apache.commons.configuration.Configuration config,
                     org.neo4j.kernel.logging.Logging logging)
Method Detail

start

public void start()
Specified by:
start in interface ServerModule

stop

public void stop()
Specified by:
stop in interface ServerModule

getPlugins

public PluginManager getPlugins()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.