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

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

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.lca
          ITCPLateralCacheAttributes
 

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

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ITCPLateralCacheAttributes
static LateralTCPCacheManager LateralTCPCacheManager.getInstance(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr)
          Returns an instance of the LateralCacheManager.
static ILateralCacheListener LateralTCPListener.getInstance(ITCPLateralCacheAttributes ilca, ICompositeCacheManager cacheMgr)
          Gets the instance attribute of the LateralCacheTCPListener class.
 void LateralTCPListener.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
           
 void LateralTCPSender.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
           
 void LateralTCPService.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
 

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

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery that return ITCPLateralCacheAttributes
 ITCPLateralCacheAttributes UDPDiscoveryService.getTcpLateralCacheAttributes()
           
 

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery with parameters of type ITCPLateralCacheAttributes
 void UDPDiscoveryService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes lca)
           
 UDPDiscoveryService UDPDiscoveryManager.getService(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr)
          Returns the UDP Discovery service associated with this instance.
 

Constructors in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery with parameters of type ITCPLateralCacheAttributes
UDPDiscoveryService(ITCPLateralCacheAttributes lca, ICompositeCacheManager cacheMgr)
           
 



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