Uses of Interface
org.apache.jcs.engine.behavior.ICompositeCacheManager

Packages that use ICompositeCacheManager
org.apache.jcs.auxiliary Root package for auxiliary caches. 
org.apache.jcs.auxiliary.disk.block   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.hsql   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.behavior   
org.apache.jcs.auxiliary.lateral.socket.tcp   
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery   
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary
 

Methods in org.apache.jcs.auxiliary with parameters of type ICompositeCacheManager
 AuxiliaryCache AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr)
           
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.disk.block
 

Methods in org.apache.jcs.auxiliary.disk.block with parameters of type ICompositeCacheManager
 AuxiliaryCache BlockDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
          Get an instance of the BlockDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.disk.indexed
 

Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type ICompositeCacheManager
 AuxiliaryCache IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
          Get an instance of the IndexDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.disk.jdbc
 

Methods in org.apache.jcs.auxiliary.disk.jdbc with parameters of type ICompositeCacheManager
 AuxiliaryCache JDBCDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager arg1)
          This factory method should create an instance of the mysqlcache.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.disk.jdbc.hsql
 

Methods in org.apache.jcs.auxiliary.disk.jdbc.hsql with parameters of type ICompositeCacheManager
 AuxiliaryCache HSQLDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager arg1)
          This factory method should create an instance of the mysqlcache.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Methods in org.apache.jcs.auxiliary.disk.jdbc.mysql with parameters of type ICompositeCacheManager
 AuxiliaryCache MySQLDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager arg1)
          This factory method should create an instance of the mysqlcache.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.lateral
 

Methods in org.apache.jcs.auxiliary.lateral with parameters of type ICompositeCacheManager
abstract  AuxiliaryCache LateralCacheAbstractFactory.createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr)
           
abstract  void LateralCacheAbstractFactory.createListener(ILateralCacheAttributes lac, ICompositeCacheManager cacheMgr)
          Makes sure a listener gets created.
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.lateral.behavior
 

Methods in org.apache.jcs.auxiliary.lateral.behavior that return ICompositeCacheManager
 ICompositeCacheManager ILateralCacheListener.getCacheManager()
           
 

Methods in org.apache.jcs.auxiliary.lateral.behavior with parameters of type ICompositeCacheManager
 void ILateralCacheListener.setCacheManager(ICompositeCacheManager cacheMgr)
           
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.lateral.socket.tcp
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return ICompositeCacheManager
 ICompositeCacheManager LateralTCPListener.getCacheManager()
           
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ICompositeCacheManager
 AuxiliaryCache LateralTCPCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
           
 void LateralTCPCacheFactory.createListener(ILateralCacheAttributes lac, ICompositeCacheManager cacheMgr)
           
static ILateralCacheListener LateralTCPListener.getInstance(ITCPLateralCacheAttributes ilca, ICompositeCacheManager cacheMgr)
          Gets the instance attribute of the LateralCacheTCPListener class.
static LateralTCPCacheManager LateralTCPCacheManager.getInstance(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr)
          Returns an instance of the LateralCacheManager.
 void LateralTCPListener.setCacheManager(ICompositeCacheManager cacheMgr)
           
 

Uses of ICompositeCacheManager in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery with parameters of type ICompositeCacheManager
 UDPDiscoveryService UDPDiscoveryManager.getService(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr)
          Returns the UDP Discovery service associated with this instance.
 UDPDiscoveryService UDPDiscoveryManager.getService(java.lang.String discoveryAddress, int discoveryPort, int servicePort, ICompositeCacheManager cacheMgr)
          Creates a service for the address and port if one doesn't exist already.
 

Constructors in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery with parameters of type ICompositeCacheManager
UDPDiscoveryReceiver(UDPDiscoveryService service, java.lang.String multicastAddressString, int multicastPort, ICompositeCacheManager cacheMgr)
          Constructor for the LateralUDPReceiver object.
UDPDiscoveryService(java.lang.String discoveryAddress, int discoveryPort, int servicePort, ICompositeCacheManager cacheMgr)
           
 

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

Fields in org.apache.jcs.auxiliary.remote declared as ICompositeCacheManager
protected  ICompositeCacheManager RemoteCacheListener.cacheMgr
          The cache manager used to put items in differnt regions.
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type ICompositeCacheManager
 AuxiliaryCache RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
          For LOCAL clients we get a handle to all the failovers, but we do not register a listener with them.
static RemoteCacheManager RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr, ICompositeCacheManager cacheMgr)
          Returns an instance of RemoteCacheManager for the given connection parameters.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type ICompositeCacheManager
RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade facade, ICompositeCacheManager cacheMgr)
          Constructor for the RemoteCacheFailoverRunner object.
RemoteCacheListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr)
          Only need one since it does work for all regions, just reference by multiple region names.
RemoteCacheNoWaitFacade(RemoteCacheNoWait[] noWaits, RemoteCacheAttributes rca, ICompositeCacheManager cacheMgr)
          Constructs with the given remote cache, and fires events to any listeners.
 

Uses of ICompositeCacheManager in org.apache.jcs.engine.control
 

Classes in org.apache.jcs.engine.control that implement ICompositeCacheManager
 class CompositeCacheManager
          Manages a composite cache.
 



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