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

Packages that use LateralElementDescriptor
org.apache.jcs.auxiliary.lateral.javagroups   
org.apache.jcs.auxiliary.lateral.socket.tcp   
 

Uses of LateralElementDescriptor in org.apache.jcs.auxiliary.lateral.javagroups
 

Methods in org.apache.jcs.auxiliary.lateral.javagroups with parameters of type LateralElementDescriptor
 void LateralJGSender.send(LateralElementDescriptor led)
          Sends commands to the lateral cache listener.
 ICacheElement LateralJGSender.sendAndReceive(LateralElementDescriptor led)
          Sends commands to the lateral cache listener and gets a response.
 

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

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type LateralElementDescriptor
 void LateralTCPSender.send(LateralElementDescriptor led)
          Sends commands to the lateral cache listener.
 ICacheElement LateralTCPSender.sendAndReceive(LateralElementDescriptor led)
          Sends commands to the lateral cache listener and gets a response.
 



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