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(org.neo4j.kernel.impl.util.StringLogger logger)
           
 void stop()
           
 

Method Detail

start

void start(org.neo4j.kernel.impl.util.StringLogger logger)

stop

void stop()


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