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.javagroups   
org.apache.jcs.auxiliary.lateral.javagroups.utils   
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
          This class stores attributes for all of the available lateral cache auxiliaries.
 

Fields in org.apache.jcs.auxiliary.lateral declared as ILateralCacheAttributes
protected  ILateralCacheAttributes LateralCacheManager.lca
          Description of the Field
 

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
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.javagroups
 

Methods in org.apache.jcs.auxiliary.lateral.javagroups with parameters of type ILateralCacheAttributes
static JGConnectionHolder JGConnectionHolder.getInstance(ILateralCacheAttributes ilca)
          Gets the instance attribute of the LateralGroupCacheJGListener class
static ILateralCacheListener LateralGroupCacheJGListener.getInstance(ILateralCacheAttributes ilca)
          Gets the instance attribute of the LateralGroupCacheJGListener class
static ILateralCacheListener LateralCacheJGListener.getInstance(ILateralCacheAttributes ilca)
          Gets the instance attribute of the LateralCacheJGListener class
 

Constructors in org.apache.jcs.auxiliary.lateral.javagroups with parameters of type ILateralCacheAttributes
LateralJGSender(ILateralCacheAttributes lca)
          Constructor for the LateralJGSender object
LateralGroupCacheJGListener(ILateralCacheAttributes ilca)
          Constructor for the LateralGroupCacheJGListener object
LateralJGReceiver(ILateralCacheAttributes ilca, ILateralCacheJGListener ilcl)
          Constructor for the LateralJGReceiver object
LateralJGService(ILateralCacheAttributes lca)
          Constructor for the LateralJGService object
LateralCacheJGListener(ILateralCacheAttributes ilca)
          Only need one since it does work for all regions, just reference by multiple region names.
 

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

Methods in org.apache.jcs.auxiliary.lateral.javagroups.utils with parameters of type ILateralCacheAttributes
static org.jgroups.blocks.RpcDispatcher JGRpcOpener.openSocket(ILateralCacheJGListener ilcl, ILateralCacheAttributes ilca, int timeOut, java.lang.String groupName)
          Constructor for the SocketOpener object
static org.jgroups.Channel JGSocketOpener.openSocket(ILateralCacheAttributes lca, int timeOut, java.lang.String groupName)
          Constructor for the SocketOpener object.
 

Constructors in org.apache.jcs.auxiliary.lateral.javagroups.utils with parameters of type ILateralCacheAttributes
JGRpcOpener(ILateralCacheJGListener ilcl, ILateralCacheAttributes ilca, java.lang.String groupName)
          Constructor for the SocketOpener object
JGSocketOpener(ILateralCacheAttributes lca, java.lang.String groupName)
          Constructor for the SocketOpener object
 

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

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
LateralTCPSender(ILateralCacheAttributes lca)
          Constructor for the LateralTCPSender object
LateralTCPService(ILateralCacheAttributes lca)
          Constructor for the LateralTCPService object
LateralTCPListener(ILateralCacheAttributes ilca)
          Only need one since it does work for all regions, just reference by multiple region names.
 



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