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

Packages that use IRemoteCacheObserver
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
 

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

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

Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheObserver
 void RemoteCacheManager.fixCaches(IRemoteCacheService remoteService, IRemoteCacheObserver remoteWatch)
          Fixes up all the caches managed by this cache manager.
 

Uses of IRemoteCacheObserver in org.apache.jcs.auxiliary.remote.server
 

Classes in org.apache.jcs.auxiliary.remote.server that implement IRemoteCacheObserver
 class RemoteCacheServer
          This class provides remote cache services.
 



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