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

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

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

Classes in org.apache.jdo.impl.fostore that implement FOStoreServerConnection
(package private)  class FOStoreServerConnectionImpl
          This class implements the FOStoreServerConnection contract.
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreServerConnection
protected  FOStoreServerConnection RequestHandler.con
          Connection on which the Request arrived.
private  FOStoreServerConnection CommitHandler.CommitFinisher.con
           
private  FOStoreServerConnection FOStoreLocalConnection.server
          The server that implements the requests
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreServerConnection
 RequestHandler RequestHandler.HandlerFactory.getHandler(Reply reply, int length, FOStoreServerConnection con)
           
(package private) static void RequestHandler.handleRequests(FOStoreServerConnection con)
          Handles all requests that can be read at this time from the given connection.
 

Constructors in org.apache.jdo.impl.fostore with parameters of type FOStoreServerConnection
RequestHandler(Reply reply, int length, FOStoreServerConnection con)
           
ActivateClassHandler(Reply reply, int length, FOStoreServerConnection con)
           
BeginTxHandler(Reply reply, int length, FOStoreServerConnection con)
           
CommitHandler.CommitFinisher(FOStoreServerConnection con)
           
CommitHandler(Reply reply, int length, FOStoreServerConnection con)
           
CreateOIDHandler(Reply reply, int length, FOStoreServerConnection con)
           
DeleteHandler(Reply reply, int length, FOStoreServerConnection con)
           
DumpHandler(Reply reply, int length, FOStoreServerConnection con)
           
FetchHandler(Reply reply, int length, FOStoreServerConnection con)
           
GetClassHandler(Reply reply, int length, FOStoreServerConnection con)
           
GetExtentHandler(Reply reply, int length, FOStoreServerConnection con)
           
GetInstancesHandler(Reply reply, int length, FOStoreServerConnection con)
           
InsertHandler(Reply reply, int length, FOStoreServerConnection con)
           
LoginHandler(Reply reply, int length, FOStoreServerConnection con)
          Construct an instance of the LoginHandler to service this request.
RollbackHandler(Reply reply, int length, FOStoreServerConnection con)
           
UpdateHandler(Reply reply, int length, FOStoreServerConnection con)
          Construct a new handler for processing updates.
VerifyHandler(Reply reply, int length, FOStoreServerConnection con)