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   
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior   
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement ILateralCacheAttributes
 class LateralCacheAttributes
          This class stores attributes for all of the available lateral cache auxiliaries.
 

Fields in org.apache.jcs.auxiliary.lateral declared as ILateralCacheAttributes
protected  ILateralCacheAttributes LateralCacheAbstractManager.lca
          Configuration
 

Methods in org.apache.jcs.auxiliary.lateral with parameters of type ILateralCacheAttributes
abstract  void LateralCacheAbstractFactory.createListener(ILateralCacheAttributes lac, ICompositeCacheManager cacheMgr)
          Makes sure a listener gets created.
 

Constructors in org.apache.jcs.auxiliary.lateral with parameters of type ILateralCacheAttributes
LateralCache(ILateralCacheAttributes cattr)
          Constructor for the LateralCache object
LateralCache(ILateralCacheAttributes cattr, ILateralCacheService lateral, LateralCacheMonitor monitor)
          Constructor for the LateralCache object
LateralCacheNoWaitFacade(LateralCacheNoWait[] noWaits, ILateralCacheAttributes cattr)
          Constructs with the given lateral cache, and fires events to any listeners.
 

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

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ILateralCacheAttributes
 class TCPLateralCacheAttributes
          This interface defines functions that are particular to the TCP Lateral Cache plugin.
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ILateralCacheAttributes
 void LateralTCPCacheFactory.createListener(ILateralCacheAttributes lac, ICompositeCacheManager cacheMgr)
           
 

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

Subinterfaces of ILateralCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.behavior
 interface ITCPLateralCacheAttributes
          This interface defines functions that are particular to the TCP Lateral Cache plugin.
 



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