Uses of Class
org.apache.jdo.impl.fostore.Reply

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

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

Fields in org.apache.jdo.impl.fostore declared as Reply
protected  Reply RequestHandler.reply
          Subclasses use this Reply instance to send data back to their corresponding client-side request.
 

Methods in org.apache.jdo.impl.fostore that return Reply
 Reply FOStoreServerConnection.createReply(RequestId requestId)
          Provides a Reply to which the server can write replies to the client's requests.
 Reply FOStoreServerConnectionImpl.createReply(RequestId requestId)
          Provides a Reply to which the server can write replies to the client's requests.
 

Methods in org.apache.jdo.impl.fostore with parameters of type Reply
(package private) static void Status.initialize(Reply reply)
          Used to initialize a reply
 RequestHandler RequestHandler.HandlerFactory.getHandler(Reply reply, int length, FOStoreServerConnection con)
           
 

Constructors in org.apache.jdo.impl.fostore with parameters of type Reply
RequestHandler(Reply reply, int length, FOStoreServerConnection con)
           
ActivateClassHandler(Reply reply, int length, FOStoreServerConnection con)
           
BeginTxHandler(Reply reply, int length, 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)