Uses of Interface
org.neo4j.server.NeoServer

Packages that use NeoServer
org.neo4j.server   
org.neo4j.server.modules   
org.neo4j.server.web   
 

Uses of NeoServer in org.neo4j.server
 

Classes in org.neo4j.server that implement NeoServer
 class NeoServerWithEmbeddedWebServer
           
 

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

Methods in org.neo4j.server that return NeoServer
 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
PluginInitializer(NeoServer neoServer)
           
 

Uses of NeoServer in org.neo4j.server.web
 

Methods in org.neo4j.server.web with parameters of type NeoServer
 void WebServer.setNeoServer(NeoServer server)
           
 void Jetty6WebServer.setNeoServer(NeoServer server)
           
 

Constructors in org.neo4j.server.web with parameters of type NeoServer
NeoServletContainer(NeoServer server, Collection<Injectable<?>> injectables)
           
 



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