org.apache.jcs.auxiliary.lateral.javagroups
Class LateralJGReceiverConnection

java.lang.Object
  extended byorg.apache.jcs.auxiliary.lateral.javagroups.LateralJGReceiverConnection
All Implemented Interfaces:
java.lang.Runnable

public class LateralJGReceiverConnection
extends java.lang.Object
implements java.lang.Runnable

Separate thread run when a command comes into the LateralJGReceiver.

Version:
$Id: LateralJGReceiverConnection.java,v 1.7 2002/02/15 04:33:37 jtaylor Exp $

Constructor Summary
LateralJGReceiverConnection(org.jgroups.Message mes, ILateralCacheJGListener ilcl)
          Constructor for the LateralJGReceiverConnection object
 
Method Summary
 void run()
          Main processing method for the LateralJGReceiverConnection object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LateralJGReceiverConnection

public LateralJGReceiverConnection(org.jgroups.Message mes,
                                   ILateralCacheJGListener ilcl)
Constructor for the LateralJGReceiverConnection object

Parameters:
mes - The JGroups message
ilcl -
Method Detail

run

public void run()
Main processing method for the LateralJGReceiverConnection object

Specified by:
run in interface java.lang.Runnable
Returns:


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