bamboo.router
Class LeafSetReq

java.lang.Object
  extended by ostore.network.NetworkMessage
      extended by bamboo.router.LeafSetReq
All Implemented Interfaces:
Cloneable, ostore.util.QuickSerializable, QueueElementIF

public class LeafSetReq
extends ostore.network.NetworkMessage

Will result in a LeafSetChanged message being sent back to the sender.

Version:
$Id: LeafSetReq.java,v 1.7 2003/10/05 18:22:11 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms
 
Constructor Summary
LeafSetReq(ostore.util.InputBuffer buffer)
           
LeafSetReq(ostore.util.NodeId dest)
           
 
Method Summary
 Object clone()
           
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafSetReq

public LeafSetReq(ostore.util.NodeId dest)

LeafSetReq

public LeafSetReq(ostore.util.InputBuffer buffer)
           throws ostore.util.QSException
Throws:
ostore.util.QSException
Method Detail

serialize

public void serialize(ostore.util.OutputBuffer buffer)
Specified by:
serialize in interface ostore.util.QuickSerializable
Overrides:
serialize in class ostore.network.NetworkMessage

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class ostore.network.NetworkMessage
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class ostore.network.NetworkMessage