public class AvailabilityDataManager extends CachedDataManager<RequestData,Availability>
SerializedDataManager
that combines the OtherResourcesDataManager
and
the ItemDataManager
into a single manager, and adds basic caching of the replies.SerializedDataManager.AsyncReply<ReplyType>
HTTP_ONLY_COOKIES
Constructor and Description |
---|
AvailabilityDataManager() |
Modifier and Type | Method and Description |
---|---|
Availability |
fetchAndWaitDelegated(RequestData req)
We override the fetchAndWait so that we can invoke the 2 child managers ourself
|
clearCache, fetchAndWait, isFetchRequired
cancelCurrentRequests, convertReplyToObject, fetch, isBusy, isCompressed, isPost
public Availability fetchAndWaitDelegated(RequestData req) throws java.lang.Exception
java.lang.Exception