Uses of Interface
org.neo4j.server.modules.ServerModule

Packages that use ServerModule
org.neo4j.server   
org.neo4j.server.modules   
 

Uses of ServerModule in org.neo4j.server
 

Methods in org.neo4j.server that return types with arguments of type ServerModule
protected abstract  Iterable<ServerModule> AbstractNeoServer.createServerModules()
           
protected  Iterable<ServerModule> CommunityNeoServer.createServerModules()
           
 

Methods in org.neo4j.server with parameters of type ServerModule
protected  void AbstractNeoServer.registerModule(ServerModule module)
          Use this method to register server modules from subclasses
 

Uses of ServerModule in org.neo4j.server.modules
 

Classes in org.neo4j.server.modules that implement ServerModule
 class DiscoveryModule
           
 class ManagementApiModule
           
 class RESTApiModule
           
 class SecurityRulesModule
           
 class StatisticModule
           
 class ThirdPartyJAXRSModule
           
 class WebAdminModule
           
 



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