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. 
 

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 RemoteCacheListener.irca
          The remote cache configuration object.
 

Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheAttributes
 IRemoteCacheAttributes RemoteCacheManager.getDefaultCattr()
          Gets the defaultCattr attribute of the RemoteCacheManager 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)
          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.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes
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.
 



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