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

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

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

Classes in org.apache.jcs.auxiliary.lateral that implement ILateralCacheAttributes
 class LateralCacheAttributes
          Description of the Class
 

Fields in org.apache.jcs.auxiliary.lateral declared as ILateralCacheAttributes
protected  ILateralCacheAttributes LateralCacheManager.lca
          Description of the Field
(package private)  ILateralCacheAttributes LateralCache.cattr
           
 

Methods in org.apache.jcs.auxiliary.lateral with parameters of type ILateralCacheAttributes
static LateralCacheManager LateralCacheManager.getInstance(ILateralCacheAttributes lca)
          Gets the instance attribute of the LateralCacheManager class
 

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

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

Fields in org.apache.jcs.auxiliary.lateral.socket.tcp declared as ILateralCacheAttributes
private  ILateralCacheAttributes LateralTCPService.ilca
           
private  ILateralCacheAttributes LateralTCPSender.ilca
           
private  ILateralCacheAttributes LateralTCPListener.ilca
           
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ILateralCacheAttributes
static ILateralCacheListener LateralTCPListener.getInstance(ILateralCacheAttributes ilca)
          Gets the instance attribute of the LateralCacheTCPListener class
 

Constructors in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ILateralCacheAttributes
LateralTCPService(ILateralCacheAttributes lca)
          Constructor for the LateralTCPService object
LateralTCPSender(ILateralCacheAttributes lca)
          Constructor for the LateralTCPSender object
LateralTCPListener(ILateralCacheAttributes ilca)
          Only need one since it does work for all regions, just reference by multiple region names.