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

Packages that use IRemoteCacheService
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.behavior   
 

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

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheService
 class ZombieRemoteCacheService
          Zombie adapter for the remote cache service.
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService
 void RemoteCacheNoWait.fixCache(IRemoteCacheService remote)
          Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance.
 void RemoteCache.fixCache(IRemoteCacheService remote)
          Replaces the current remote cache service handle with the given handle.
 void RemoteCacheManager.fixCaches(IRemoteCacheService remoteService, IRemoteCacheObserver remoteWatch)
          Fixes up all the caches managed by this cache manager.
protected  void ZombieRemoteCacheService.propagateEvents(IRemoteCacheService service)
          Walk the queue, calling the service for each queue operation.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService
RemoteCache(IRemoteCacheAttributes cattr, IRemoteCacheService remote, IRemoteCacheListener listener)
          Constructor for the RemoteCache object.
 

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

Methods in org.apache.jcs.auxiliary.remote.behavior with parameters of type IRemoteCacheService
 void IRemoteCacheClient.fixCache(IRemoteCacheService remote)
          Replaces the current remote cache service handle with the given handle.
 



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