ostore.dtree
Class DownDTreeMsg

java.lang.Object
  |
  +--ostore.dtree.DownDTreeMsg
All Implemented Interfaces:
QueueElementIF

public class DownDTreeMsg
extends Object
implements QueueElementIF

Messages passed to the local DTreeNode containing an object to pass down a dissemination tree.

Version:
$Id: DownDTreeMsg.java,v 1.9 2002/07/22 20:54:53 srhea Exp $
Author:
Dennis Geels

Field Summary
 QuickSerializable content
          The content to send down the tree.
 SecureHash tree_id
          The name of the tree down which to send the message.
 
Constructor Summary
DownDTreeMsg(SecureHash tree_id, QuickSerializable content)
          Creates a new DownDTreeMsg.
 
Method Summary
 String toString()
          Returns a human-readable representation of this DownDtreeMsg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tree_id

public SecureHash tree_id
The name of the tree down which to send the message.


content

public QuickSerializable content
The content to send down the tree.

Constructor Detail

DownDTreeMsg

public DownDTreeMsg(SecureHash tree_id,
                    QuickSerializable content)
Creates a new DownDTreeMsg.

Parameters:
tree_id - the tree to use.
content - the message to send down the tree.
Method Detail

toString

public String toString()
Returns a human-readable representation of this DownDtreeMsg.

Overrides:
toString in class Object