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. 
 

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

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheClient
 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 aysnchronous processing.
 



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