org.neo4j.server.modules
Class ManagementApiModule

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

public class ManagementApiModule
extends Object
implements ServerModule


Constructor Summary
ManagementApiModule()
           
 
Method Summary
 void start(NeoServerWithEmbeddedWebServer neoServer)
          Start a module within the server
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementApiModule

public ManagementApiModule()
Method Detail

start

public void start(NeoServerWithEmbeddedWebServer neoServer)
Description copied from interface: ServerModule
Start a module within the server

Specified by:
start in interface ServerModule
Parameters:
neoServer - The NeoServer that owns the module

stop

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


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.