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  java.lang.String RemoteHttpCacheDispatcher.addParameters(RemoteCacheRequest remoteCacheRequest, java.lang.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(java.io.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(java.lang.String cacheName, long requesterId)
          Creates a dispose Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetGroupKeysRequest(java.lang.String cacheName, java.lang.String groupName, long requesterId)
          Creates a GetGroupKeys Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetMatchingRequest(java.lang.String cacheName, java.lang.String pattern, long requesterId)
          Creates a getMatching Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetMultipleRequest(java.lang.String cacheName, java.util.Set keys, long requesterId)
          Creates a getMultiple Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createGetRequest(java.lang.String cacheName, java.io.Serializable key, long requesterId)
          Creates a get Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createRemoveAllRequest(java.lang.String cacheName, long requesterId)
          Creates a removeAll Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createRemoveRequest(java.lang.String cacheName, java.io.Serializable key, long requesterId)
          Creates a remove Request.
static RemoteCacheRequest RemoteCacheRequestFactory.createUpdateRequest(ICacheElement cacheElement, long requesterId)
          Creates an Update Request.
 



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