Uses of Interface
org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheClient

Packages that use IRemoteCacheClient
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.http.client   
 

Uses of IRemoteCacheClient in org.apache.jcs.auxiliary.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheClient
 class AbstractRemoteAuxiliaryCache
          Abstract base for remote caches.
 class RemoteCache
          Client proxy for an RMI remote cache.
 

Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheClient
protected  IRemoteCacheClient RemoteCacheNoWait.getRemoteCache()
          This is temporary.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheClient
RemoteCacheNoWait(IRemoteCacheClient cache)
          Constructs with the given remote cache, and fires up an event queue for asynchronous processing.
 

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

Classes in org.apache.jcs.auxiliary.remote.http.client that implement IRemoteCacheClient
 class RemoteHttpCache
          This uses an http client as the service.
 



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