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

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

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheService
 class ZombieRemoteCacheService
          Description of the Class
 

Fields in org.apache.jcs.auxiliary.remote declared as IRemoteCacheService
private  IRemoteCacheService RemoteCacheManager.remoteService
          Handle to the remote cache service; or a zombie handle if failed to connect.
private  IRemoteCacheService RemoteCache.remote
           
 

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

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

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

Classes in org.apache.jcs.auxiliary.remote.server that implement IRemoteCacheService
 class RemoteCacheServer
          Provides remote cache services.
 

Fields in org.apache.jcs.auxiliary.remote.server declared as IRemoteCacheService
private  IRemoteCacheService RemoteCacheClusterManager.remoteService
          Handle to the remote cache service; or a zombie handle if failed to connect.
 

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