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

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

Fields in org.apache.jdo.impl.fostore declared as RequestId
private  RequestId AbstractRequest.requestId
           
static RequestId RequestId.FAILURE
           
private  RequestId Reply.requestId
           
 

Methods in org.apache.jdo.impl.fostore that return RequestId
protected  RequestId AbstractRequest.getId()
           
(package private) static RequestId RequestId.allocate(FOStorePMF pmf)
           
 

Methods in org.apache.jdo.impl.fostore with parameters of type RequestId
(package private)  void Message.putRequest(RequestId requestId, Request request)
          Maps the given request to the given requestId.
(package private)  Request Message.getRequest(RequestId requestId)
          Provides the Request corresponding to the give requestId, removing it from the internal map of requests (i.e., subsequent getRequest invocations for the same requestId will return null).
 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.
 

Constructors in org.apache.jdo.impl.fostore with parameters of type RequestId
Reply(RequestId requestId, FOStoreOutput out)