org.neo4j.server.modules
Interface ServerModule

All Known Implementing Classes:
DiscoveryModule, ManagementApiModule, RESTApiModule, ThirdPartyJAXRSModule, WebAdminModule

public interface ServerModule

An interface which the NeoServer uses to initialise server modules (e.g. JAX-RS, static content, webadmin)


Method Summary
 void start(NeoServerWithEmbeddedWebServer neoServer)
          Start a module within the server
 void stop()
           
 

Method Detail

start

void start(NeoServerWithEmbeddedWebServer neoServer)
Start a module within the server

Parameters:
neoServer - The NeoServer that owns the module

stop

void stop()


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