org.neo4j.server.modules
Interface ServerModule

All Known Implementing Classes:
DiscoveryModule, ManagementApiModule, RESTApiModule, SecurityRulesModule, StatisticModule, 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()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()


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