Uses of Class
org.apache.jcs.auxiliary.remote.value.RemoteCacheRequest

Packages that use RemoteCacheRequest
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.auxiliary.remote.http.client   
org.apache.jcs.auxiliary.remote.http.server   
org.apache.jcs.auxiliary.remote.util   
 

Uses of RemoteCacheRequest in org.apache.jcs.auxiliary.remote.behavior
 

Methods in org.apache.jcs.auxiliary.remote.behavior with parameters of type RemoteCacheRequest
 RemoteCacheResponse IRemoteCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
          All requests will go through this method.
 

Uses of RemoteCacheRequest in org.apache.jcs.auxiliary.remote.http.client
 

Methods in org.apache.jcs.auxiliary.remote.http.client with parameters of type RemoteCacheRequest
protected  String RemoteHttpCacheDispatcher.addParameters(RemoteCacheRequest remoteCacheRequest, String baseUrl)
           
 RemoteCacheResponse RemoteHttpCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
          All requests will go through this method.
 

Uses of RemoteCacheRequest in org.apache.jcs.auxiliary.remote.http.server
 

Methods in org.apache.jcs.auxiliary.remote.http.server that return RemoteCacheRequest
protected  RemoteCacheRequest RemoteHttpCacheServlet.readRequest(javax.servlet.http.HttpServletRequest request)
          Read the request from the input stream.
protected  RemoteCacheRequest RemoteHttpCacheServlet.readRequestFromStream(InputStream inputStream)
          Reads the response from the stream and then closes it.
 

Methods in org.apache.jcs.auxiliary.remote.http.server with parameters of type RemoteCacheRequest
 RemoteCacheResponse RemoteCacheServiceAdaptor.processRequest(RemoteCacheRequest request)
          Processes the request.
 

Uses of RemoteCacheRequest in org.apache.jcs.auxiliary.remote.util
 

Methods in org.apache.jcs.auxiliary.remote.util that return RemoteCacheRequest
static RemoteCacheRequest RemoteCacheRequestFactory.createAliveCheckRequest(long requesterId)
          Creates an alive check Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createDisposeRequest(String cacheName, long requesterId)
          Creates a dispose Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetGroupKeysRequest(String cacheName, String groupName, long requesterId)
          Creates a GetGroupKeys Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetMatchingRequest(String cacheName, String pattern, long requesterId)
          Creates a getMatching Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetMultipleRequest(String cacheName, Set keys, long requesterId)
          Creates a getMultiple Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetRequest(String cacheName, Serializable key, long requesterId)
          Creates a get Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createRemoveAllRequest(String cacheName, long requesterId)
          Creates a removeAll Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createRemoveRequest(String cacheName, Serializable key, long requesterId)
          Creates a remove Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createUpdateRequest(ICacheElement cacheElement, long requesterId)
          Creates an Update Request.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.