ostore.tapestry.impl
Class DynamicTClient

java.lang.Object
  |
  +--ostore.tapestry.impl.DynamicTClient
All Implemented Interfaces:
EventHandlerIF, ProfilableIF

public class DynamicTClient
extends Object
implements EventHandlerIF, ProfilableIF

A Tapestry client for dynamically configured networks.

Version:
$Id: DynamicTClient.java,v 1.31 2002/04/05 06:18:36 ravenben Exp $
Author:
Ben Y. Zhao

Field Summary
static float GATE_THRESH
           
static int McastTTL
           
 
Constructor Summary
DynamicTClient()
           
 
Method Summary
 void destroy()
           
protected  void handle_stages_init_signal()
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] items)
           
 void init(ConfigDataIF config)
           
 boolean moveObj(int[] olddigits, int[] newdigits, SecureHash objGuid)
           
 int profileSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

McastTTL

public static final int McastTTL

GATE_THRESH

public static final float GATE_THRESH
Constructor Detail

DynamicTClient

public DynamicTClient()
Method Detail

handleEvents

public void handleEvents(QueueElementIF[] items)
                  throws EventHandlerException
Specified by:
handleEvents in interface EventHandlerIF

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface EventHandlerIF

profileSize

public int profileSize()
Specified by:
profileSize in interface ProfilableIF

init

public void init(ConfigDataIF config)
          throws Exception
Specified by:
init in interface EventHandlerIF

handle_stages_init_signal

protected void handle_stages_init_signal()

handleEvent

public void handleEvent(QueueElementIF item)
                 throws EventHandlerException
Specified by:
handleEvent in interface EventHandlerIF

moveObj

public boolean moveObj(int[] olddigits,
                       int[] newdigits,
                       SecureHash objGuid)