|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |