Uses of Class
org.apache.jcs.auxiliary.remote.RemoteCacheAttributes

Packages that use RemoteCacheAttributes
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
 

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

Fields in org.apache.jcs.auxiliary.remote declared as RemoteCacheAttributes
(package private)  RemoteCacheAttributes RemoteCacheNoWaitFacade.rca
           
 

Methods in org.apache.jcs.auxiliary.remote that return RemoteCacheAttributes
 RemoteCacheAttributes RemoteCacheNoWaitFacade.getRemoteCacheAttributes()
          Gets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type RemoteCacheAttributes
 void RemoteCacheNoWaitFacade.setRemoteCacheAttributes(RemoteCacheAttributes rca)
          Sets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type RemoteCacheAttributes
RemoteCacheNoWaitFacade(RemoteCacheNoWait[] noWaits, RemoteCacheAttributes rca)
          Constructs with the given remote cache, and fires events to any listeners.