Uses of Package
org.neo4j.remote

Packages that use org.neo4j.remote
org.neo4j.remote A tool for introspecting a running Neo4j Graph Database instance from a different process. 
org.neo4j.remote.transports Transport protocol implementations for Remote Graph Database. 
 

Classes in org.neo4j.remote used by org.neo4j.remote
ClientConfigurator
          An object used to configure the client given a ConfigurationModule.
Configuration
          Representation of the configuration supported by a client, for sending to the server as part of the connection configuration phase.
ConfigurationModule
          Specification of the configuration of a RemoteGraphDatabase instance.
ConnectionTarget
          Represents a server that a graph database client can connect to.
IterableSpecification
          Serialized object representing an iterator.
NodeSpecification
          Serialized object representing a Node.
RelationshipSpecification
          Serialized object representing a Relationship.
RemoteConnection
          Represents a connection to a remote site.
RemoteResponse
          Represents a response to request sent to a RemoteConnection.
ResponseVisitor
          A visitor capable of visiting a RemoteResponse object, used for getting state from a RemoteResponse.
Transport
          An object that specifies which URIs a specific ConnectionTarget can handle, and can create instances of that ConnectionTarget.
 

Classes in org.neo4j.remote used by org.neo4j.remote.transports
BasicGraphDatabaseServer
          A Basic implementation of a Server for a remote graph database.
ConnectionTarget
          Represents a server that a graph database client can connect to.
Transport
          An object that specifies which URIs a specific ConnectionTarget can handle, and can create instances of that ConnectionTarget.
 



Copyright © 2010 Neo4j. All Rights Reserved.