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.server   
 

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

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheAttributes
 class RemoteCacheAttributes
          Description of the Class
 

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.
 void RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Removes a listener.
 void RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr)
           
static RemoteCacheManager RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr)
          Returns an instance of RemoteCacheManager for the given connection parameters.
 AuxiliaryCache RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
          Gets a RemoteCacheNoWait from the RemoteCacheManager.
 

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)
          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.server
 

Fields in org.apache.jcs.auxiliary.remote.server declared as IRemoteCacheAttributes
protected  IRemoteCacheAttributes RemoteCacheServerListener.irca
          Description of the Field
 

Methods in org.apache.jcs.auxiliary.remote.server with parameters of type IRemoteCacheAttributes
static IRemoteCacheListener RemoteCacheServerListener.getInstance(IRemoteCacheAttributes irca)
          Gets the instance attribute of the RemoteCacheServerListener class
 

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



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