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

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

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

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheAttributes
 class RemoteCacheAttributes
          These objects are used to configure the remote cache client.
 

Fields in org.apache.jcs.auxiliary.remote declared as IRemoteCacheAttributes
protected  IRemoteCacheAttributes AbsractRemoteCacheListener.irca
          The remote cache configuration object.
protected  IRemoteCacheAttributes AbstractRemoteCacheNoWaitFacade.remoteCacheAttributes
          holds failover and cluster information
 

Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheAttributes
 IRemoteCacheAttributes RemoteCacheManager.getDefaultCattr()
          Gets the defaultCattr attribute of the RemoteCacheManager object.
protected  IRemoteCacheAttributes AbstractRemoteAuxiliaryCache.getRemoteCacheAttributes()
           
 IRemoteCacheAttributes AbstractRemoteCacheNoWaitFacade.getRemoteCacheAttributes()
          Gets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes
 void RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Adds the remote cache listener to the underlying cache-watch service.
 AuxiliaryCache RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
          Gets a RemoteCacheNoWait from the RemoteCacheManager.
static RemoteCacheManager RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
          Returns an instance of RemoteCacheManager for the given connection parameters.
 void RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr)
          Stops a listener.
 void RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Removes a listener.
protected  void AbstractRemoteAuxiliaryCache.setRemoteCacheAttributes(IRemoteCacheAttributes remoteCacheAttributes)
           
 void AbstractRemoteCacheNoWaitFacade.setRemoteCacheAttributes(IRemoteCacheAttributes rca)
          Sets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes
AbsractRemoteCacheListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr)
          Only need one since it does work for all regions, just reference by multiple region names.
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr, IRemoteCacheService remote, IRemoteCacheListener listener)
          Creates the base.
RemoteCache(IRemoteCacheAttributes cattr, IRemoteCacheService remote, IRemoteCacheListener listener)
          Constructor for the RemoteCache object.
RemoteCacheListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr)
          Only need one since it does work for all regions, just reference by multiple region names.
 

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

Classes in org.apache.jcs.auxiliary.remote.http.client that implement IRemoteCacheAttributes
 class RemoteHttpCacheAttributes
          Http client specific settings.
 

Methods in org.apache.jcs.auxiliary.remote.http.client that return IRemoteCacheAttributes
 IRemoteCacheAttributes RemoteHttpCacheManager.getDefaultCattr()
          Gets the defaultCattr attribute of the RemoteCacheManager object.
 

Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type IRemoteCacheAttributes
RemoteHttpClientListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr)
          Only need one since it does work for all regions, just reference by multiple region names.
 



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