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.engine Interfaces used by the core and the auxiliary caches. 
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement ICacheServiceNonLocal
 class ZombieLateralCacheService
          The ZombieLateralCacheService is used as a facade when the lateral is not available.
 

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

Subinterfaces of ICacheServiceNonLocal in org.apache.jcs.auxiliary.lateral.behavior
 interface ILateralCacheService
          Used to retrieve and update the lateral cache.
 

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
          A lateral cache service implementation.
 

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

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

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

Subinterfaces of ICacheServiceNonLocal in org.apache.jcs.auxiliary.remote.behavior
 interface IRemoteCacheService
          Used to retrieve and update the remote cache.
 

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
          This is the service used by the remote http auxiliary cache.
 

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
          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
          This class contains common methods for remote cache services.
 class RemoteHttpCacheService
          This does the work.
 

Uses of ICacheServiceNonLocal in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheServiceNonLocal
 class ZombieCacheServiceNonLocal
          Zombie adapter for the non local cache services.
 

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



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