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

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

Classes in org.apache.jdo.impl.fostore that implement FOStoreClientConnection
(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.
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreClientConnection
(package private)  FOStoreClientConnection FOStoreConnector.connection
          Connection for interacting with store.
 

Methods in org.apache.jdo.impl.fostore that return FOStoreClientConnection
 FOStoreClientConnection FOStoreConnectionFactory.getConnection(java.lang.String user, java.lang.String password)
          Provides a connection to the database using the given userName and password.
 FOStoreClientConnection FOStoreConnectionFactory.getConnection()
          Provides a connection to the database using the configured userName, password, and url.
private  FOStoreClientConnection FOStoreConnectionFactory.createConnection(FOStoreConnectionId id)
          This method requires permission to perform the following requests: Create new URL with the specified StreamHandler.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreClientConnection
(package private)  void FOStoreConnectionFactory.closeConnection(FOStoreClientConnection connection)
          Returns a connection to the pool
(package private)  void Message.processInStore(FOStoreClientConnection con, boolean okToReleaseConnection)
          Write this message to the given connection, and read replies from that connection, processing replies as they are read.
private  void Message.sendToStore(FOStoreClientConnection con)
          Send the current Message buffer to the store.
private  void Message.receiveFromStore(FOStoreClientConnection con, boolean okToReleaseConnection)
          Receive the replies from the store and process them.
private  void Message.closeConnection(FOStoreClientConnection con)
          Close the connection to the store.