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

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

public class LateralJGReceiver
extends java.lang.Object
implements IJGConstants, java.lang.Runnable

Processes commands from the server socket.

Version:
$Id: LateralJGReceiver.java,v 1.8 2005/06/04 02:01:54 asmuts Exp $

Field Summary
 
Fields inherited from interface org.apache.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants
DEFAULT_JG_GROUP_NAME, HANDLERNAME, RPC_JG_GROUP_NAME
 
Constructor Summary
LateralJGReceiver(ILateralCacheAttributes ilca, ILateralCacheJGListener ilcl)
          Constructor for the LateralJGReceiver object
 
Method Summary
 void run()
          Main processing method for the LateralJGReceiver object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LateralJGReceiver

public LateralJGReceiver(ILateralCacheAttributes ilca,
                         ILateralCacheJGListener ilcl)
Constructor for the LateralJGReceiver object

Parameters:
ilcl -
Method Detail

run

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

Specified by:
run in interface java.lang.Runnable


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