ostore.tapestry.impl
Class StaticTClient

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

public class StaticTClient
extends Object
implements EventHandlerIF, ProfilableIF

A Tapestry client for statically configured networks.

Version:
$Id: StaticTClient.java,v 1.38 2002/03/28 20:19:23 eaton Exp $
Author:
Sean C. Rhea

Constructor Summary
StaticTClient()
           
 
Method Summary
protected  RoutingTable calc_routing_table()
           
 void destroy()
           
protected  void handle_patchwork_probe_msg(PatchworkProbeMsg msg)
           
protected  void handle_stages_init_signal()
           
protected  void handle_static_all_nodes_msg(StaticAllNodesMsg msg)
           
protected  void handle_static_begin_msg(StaticBeginMsg msg)
           
protected  void handle_static_ping_msg(StaticPingMsg msg)
           
protected  void handle_static_pong_msg(StaticPongMsg msg)
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] items)
           
 void init(ConfigDataIF config)
           
 int profileSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticTClient

public StaticTClient()
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()

handle_static_all_nodes_msg

protected void handle_static_all_nodes_msg(StaticAllNodesMsg msg)

handle_patchwork_probe_msg

protected void handle_patchwork_probe_msg(PatchworkProbeMsg msg)

handle_static_ping_msg

protected void handle_static_ping_msg(StaticPingMsg msg)

handle_static_pong_msg

protected void handle_static_pong_msg(StaticPongMsg msg)

handle_static_begin_msg

protected void handle_static_begin_msg(StaticBeginMsg msg)
                                throws EventHandlerException

handleEvent

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

calc_routing_table

protected RoutingTable calc_routing_table()