Uses of Interface
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes

Packages that use ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.lateral.socket.tcp   
 

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

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

Fields in org.apache.jcs.auxiliary.lateral.socket.tcp declared as ITCPLateralCacheAttributes
protected  ITCPLateralCacheAttributes LateralTCPCacheManager.lateralCacheAttribures
          ITCPLateralCacheAttributes
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return ITCPLateralCacheAttributes
 ITCPLateralCacheAttributes LateralTCPSender.getTcpLateralCacheAttributes()
           
 ITCPLateralCacheAttributes LateralTCPService.getTcpLateralCacheAttributes()
           
 ITCPLateralCacheAttributes LateralTCPListener.getTcpLateralCacheAttributes()
           
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ITCPLateralCacheAttributes
 LateralTCPDiscoveryListener LateralTCPDiscoveryListenerManager.getDiscoveryListener(ITCPLateralCacheAttributes ilca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
          Gets the instance attribute of the LateralCacheTCPListener class.
static ILateralCacheListener LateralTCPListener.getInstance(ITCPLateralCacheAttributes ilca, ICompositeCacheManager cacheMgr)
          Gets the instance attribute of the LateralCacheTCPListener class.
static LateralTCPCacheManager LateralTCPCacheManager.getInstance(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
          Returns an instance of the LateralCacheManager.
 void LateralTCPSender.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
           
 void LateralTCPService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
           
 void LateralTCPListener.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
           
 

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



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