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

Packages that use ICacheServiceNonLocal
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.auxiliary.remote.http.client   
org.apache.jcs.auxiliary.remote.http.client.behavior   
org.apache.jcs.auxiliary.remote.http.server   
org.apache.jcs.auxiliary.remote.server   
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
 

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

Methods in org.apache.jcs.auxiliary.lateral with parameters of type ICacheServiceNonLocal
 void LateralCacheNoWait.fixCache(ICacheServiceNonLocal<K,V> lateral)
          Replaces the lateral cache service handle with the given handle and reset the queue by starting up a new instance.
 void LateralCache.fixCache(ICacheServiceNonLocal<K,V> restoredLateral)
          Replaces the current remote cache service handle with the given handle.
 void LateralCacheAbstractManager.fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService, ILateralCacheObserver lateralWatch)
          Fixes up all the caches managed by this cache manager.
 

Constructors in org.apache.jcs.auxiliary.lateral with parameters of type ICacheServiceNonLocal
LateralCache(ILateralCacheAttributes cattr, ICacheServiceNonLocal<K,V> lateral, LateralCacheMonitor monitor)
          Constructor for the LateralCache object
 

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

Methods in org.apache.jcs.auxiliary.lateral.behavior with parameters of type ICacheServiceNonLocal
 void ILateralCacheManager.fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService, ILateralCacheObserver lateralWatch)
          Sets the corrected service.
 

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

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ICacheServiceNonLocal
 class LateralTCPService<K extends Serializable,V extends Serializable>
          A lateral cache service implementation.
 

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

Methods in org.apache.jcs.auxiliary.remote that return ICacheServiceNonLocal
protected  ICacheServiceNonLocal<K,V> AbstractRemoteAuxiliaryCache.getRemoteCacheService()
           
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type ICacheServiceNonLocal
 void RemoteCacheNoWait.fixCache(ICacheServiceNonLocal<?,?> remote)
          Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance.
 void AbstractRemoteAuxiliaryCache.fixCache(ICacheServiceNonLocal<?,?> restoredRemote)
          Replaces the current remote cache service handle with the given handle.
 void RemoteCacheManager.fixCaches(ICacheServiceNonLocal<? extends Serializable,? extends Serializable> remoteService, IRemoteCacheObserver remoteWatch)
          Fixes up all the caches managed by this cache manager.
protected  void AbstractRemoteAuxiliaryCache.setRemoteCacheService(ICacheServiceNonLocal<K,V> remote)
           
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type ICacheServiceNonLocal
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K,V> remote, IRemoteCacheListener<K,V> listener)
          Creates the base.
RemoteCache(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K,V> remote, IRemoteCacheListener<K,V> listener)
          Constructor for the RemoteCache object.
 

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

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

Uses of ICacheServiceNonLocal in org.apache.jcs.auxiliary.remote.http.client
 

Classes in org.apache.jcs.auxiliary.remote.http.client that implement ICacheServiceNonLocal
 class RemoteHttpCacheClient<K extends Serializable,V extends Serializable>
          This is the service used by the remote http auxiliary cache.
 

Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type ICacheServiceNonLocal
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes, ICacheServiceNonLocal<K,V> remote, IRemoteCacheListener<K,V> listener)
          Constructor for the RemoteCache object.
 

Uses of ICacheServiceNonLocal in org.apache.jcs.auxiliary.remote.http.client.behavior
 

Subinterfaces of ICacheServiceNonLocal in org.apache.jcs.auxiliary.remote.http.client.behavior
 interface IRemoteHttpCacheClient<K extends Serializable,V extends Serializable>
          It's not entirely clear that this interface is needed.
 

Uses of ICacheServiceNonLocal in org.apache.jcs.auxiliary.remote.http.server
 

Classes in org.apache.jcs.auxiliary.remote.http.server that implement ICacheServiceNonLocal
 class AbstractRemoteCacheService<K extends Serializable,V extends Serializable>
          This class contains common methods for remote cache services.
 class RemoteHttpCacheService<K extends Serializable,V extends Serializable>
          This does the work.
 

Methods in org.apache.jcs.auxiliary.remote.http.server that return ICacheServiceNonLocal
 ICacheServiceNonLocal<K,V> RemoteCacheServiceAdaptor.getRemoteCacheService()
           
 

Methods in org.apache.jcs.auxiliary.remote.http.server with parameters of type ICacheServiceNonLocal
 void RemoteCacheServiceAdaptor.setRemoteCacheService(ICacheServiceNonLocal<K,V> remoteHttpCacheService)
           
 

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

Classes in org.apache.jcs.auxiliary.remote.server that implement ICacheServiceNonLocal
 class RemoteCacheServer<K extends Serializable,V extends Serializable>
          This class provides remote cache services.
 

Uses of ICacheServiceNonLocal in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheServiceNonLocal
 class ZombieCacheServiceNonLocal<K extends Serializable,V extends Serializable>
          Zombie adapter for the non local cache services.
 

Methods in org.apache.jcs.engine with parameters of type ICacheServiceNonLocal
 void ZombieCacheServiceNonLocal.propagateEvents(ICacheServiceNonLocal<K,V> service)
          Walk the queue, calling the service for each queue operation.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.