Uses of Interface
org.apache.jdo.impl.fostore.FOStoreConnection

Packages that use FOStoreConnection
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

Uses of FOStoreConnection in org.apache.jdo.impl.fostore
 

Subinterfaces of FOStoreConnection in org.apache.jdo.impl.fostore
(package private)  interface FOStoreClientConnection
          Represents the connection as seen by the client.
(package private)  interface FOStoreServerConnection
          A connection as used by a server/store.
 

Classes in org.apache.jdo.impl.fostore that implement FOStoreConnection
(package private)  class FOStoreClientConnectionImpl
          Implementation of the client side of a FOStore connection.
(package private)  class FOStoreLocalConnection
          Implements the client and server/store connections for the case in which the client and store are running in the same address space.
 class FOStoreRemoteConnection
          Represents a connection to a store that runs in a JVM separate from that of a client.
(package private)  class FOStoreServerConnectionImpl
          This class implements the FOStoreServerConnection contract.