Uses of Class
org.apache.jcs.auxiliary.lateral.LateralCacheNoWait

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

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

Fields in org.apache.jcs.auxiliary.lateral declared as LateralCacheNoWait
 LateralCacheNoWait[] LateralCacheNoWaitFacade.noWaits
          The queuing facade to the client.
 

Methods in org.apache.jcs.auxiliary.lateral with parameters of type LateralCacheNoWait
 boolean LateralCacheNoWaitFacade.addNoWait(LateralCacheNoWait noWait)
          Adds a no wait to the list if it isn't already in the list.
 boolean LateralCacheNoWaitFacade.containsNoWait(LateralCacheNoWait noWait)
          Tells you if the no wait is in the list or not.
 boolean LateralCacheNoWaitFacade.removeNoWait(LateralCacheNoWait noWait)
          Removes a no wait from the list if it is already there.
 

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

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

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type LateralCacheNoWait
protected  boolean LateralTCPDiscoveryListener.addNoWait(LateralCacheNoWait noWait)
          When a broadcast is received from the UDP Discovery receiver, for each cacheName in the message, the add no wait will be called here.
 boolean LateralTCPDiscoveryListener.containsNoWait(String cacheName, LateralCacheNoWait noWait)
          Allows us to see if the facade is present and if it has the no wait.
protected  boolean LateralTCPDiscoveryListener.removeNoWait(LateralCacheNoWait noWait)
          Look up the facade for the name.
 



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