Uses of Interface
org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService

Packages that use ILateralCacheService
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.socket.tcp   
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement ILateralCacheService
 class ZombieLateralCacheService
          Description of the Class
 

Fields in org.apache.jcs.auxiliary.lateral declared as ILateralCacheService
private  ILateralCacheService LateralCacheManager.lateralService
          Handle to the lateral cache service; or a zombie handle if failed to connect.
private  ILateralCacheService LateralCache.lateral
          either http, socket.udp, or socket.tcp can set in config
 

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

Constructors in org.apache.jcs.auxiliary.lateral with parameters of type ILateralCacheService
LateralCache(ILateralCacheAttributes cattr, ILateralCacheService lateral)
          Constructor for the LateralCache object
 

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

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ILateralCacheService
 class LateralTCPService
          A lateral cache service implementation.