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
 

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.
 



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