Uses of Class
org.neo4j.remote.ConfigurationModule

Packages that use ConfigurationModule
org.neo4j.remote A tool for introspecting a running Neo4j Graph Database instance from a different process. 
 

Uses of ConfigurationModule in org.neo4j.remote
 

Constructors in org.neo4j.remote with parameters of type ConfigurationModule
RemoteGraphDatabase(ConfigurationModule config, ConnectionTarget site)
          Creates a new remote graph database connection.
RemoteGraphDatabase(ConfigurationModule config, ConnectionTarget site, String username, String password)
          Creates a new remote graph database connection.
RemoteGraphDatabase(ConfigurationModule config, String resourceUri)
          Create a remote graph database connection.
RemoteGraphDatabase(ConfigurationModule config, String resourceUri, String username, String password)
          Create a remote graph database connection.
 



Copyright © 2010 Neo4j. All Rights Reserved.