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

Packages that use ICacheObserver
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.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement ICacheObserver
 class LateralCacheWatchRepairable
          Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
 class ZombieLateralCacheWatch
          Description of the Class
 

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

Subinterfaces of ICacheObserver in org.apache.jcs.auxiliary.lateral.behavior
 interface ILateralCacheObserver
          Description of the Interface
 

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

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ICacheObserver
 class LateralTCPService
          A lateral cache service implementation.
 

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

Classes in org.apache.jcs.auxiliary.remote that implement ICacheObserver
 class RemoteCacheWatchRepairable
          Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
 class ZombieRemoteCacheWatch
          Description of the Class
 

Uses of ICacheObserver in org.apache.jcs.auxiliary.remote.behavior
 

Subinterfaces of ICacheObserver in org.apache.jcs.auxiliary.remote.behavior
 interface IRemoteCacheObserver
          Used to register interest in receiving remote cache changes.
 

Uses of ICacheObserver in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheObserver
 class CacheWatchRepairable
          Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.
 class ZombieCacheWatch
          Zombie Observer.
 

Methods in org.apache.jcs.engine with parameters of type ICacheObserver
 void CacheWatchRepairable.setCacheWatch(ICacheObserver cacheWatch)
          Replaces the underlying cache watch service and reattached all existing listeners to the new cache watch.
 



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