Uses of Interface
org.neo4j.server.NeoServer

Packages that use NeoServer
org.neo4j.server   
org.neo4j.server.modules   
org.neo4j.server.plugins   
org.neo4j.server.webadmin.rest   
 

Uses of NeoServer in org.neo4j.server
 

Classes in org.neo4j.server that implement NeoServer
 class AbstractNeoServer
           
 class CommunityNeoServer
           
 class WrappingNeoServer
           
 

Fields in org.neo4j.server declared as NeoServer
 NeoServer NeoServerProvider.neoServer
           
protected  NeoServer Bootstrapper.server
           
 

Methods in org.neo4j.server that return NeoServer
protected abstract  NeoServer Bootstrapper.createNeoServer()
           
protected  NeoServer WrappingNeoServerBootstrapper.createNeoServer()
           
protected  NeoServer CommunityBootstrapper.createNeoServer()
           
 NeoServer Bootstrapper.getServer()
           
 NeoServer NeoServerProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext)
           
 

Constructors in org.neo4j.server with parameters of type NeoServer
NeoServerProvider(NeoServer db)
           
 

Uses of NeoServer in org.neo4j.server.modules
 

Constructors in org.neo4j.server.modules with parameters of type NeoServer
ExtensionInitializer(NeoServer neoServer)
           
ThirdPartyJAXRSModule(WebServer webServer, Configurator configurator, NeoServer neoServer)
           
 

Uses of NeoServer in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins with parameters of type NeoServer
 Collection<org.neo4j.server.plugins.Injectable<?>> SPIPluginLifecycle.start(NeoServer neoServer)
           
 

Uses of NeoServer in org.neo4j.server.webadmin.rest
 

Constructors in org.neo4j.server.webadmin.rest with parameters of type NeoServer
RootService(NeoServer neoServer)
           
 



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