Uses of Class
org.neo4j.remote.BasicGraphDatabaseServer

Packages that use BasicGraphDatabaseServer
org.neo4j.remote.transports Transport protocol implementations for Remote Graph Database. 
 

Uses of BasicGraphDatabaseServer in org.neo4j.remote.transports
 

Subclasses of BasicGraphDatabaseServer in org.neo4j.remote.transports
 class LocalGraphDatabase
          An implementation of ConnectionTarget that isn't really remote.
 

Methods in org.neo4j.remote.transports with parameters of type BasicGraphDatabaseServer
static void RmiTransport.register(BasicGraphDatabaseServer server, String resourceUri)
          Registers a GraphDatabaseService as an RMI service with a given name.
static void RmiTransport.register(BasicGraphDatabaseServer server, String resourceUri, int port)
          Registers a GraphDatabaseService as an RMI service with a given name on a given port.
static void RmiTransport.register(BasicGraphDatabaseServer server, String resourceUri, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
          Registers a GraphDatabaseService as an RMI service with a given name on a given port.
 



Copyright © 2010 Neo4j. All Rights Reserved.