ostore.dtree
Class UpDTreeMsg

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

public class UpDTreeMsg
extends Object
implements QueueElementIF

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

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

Field Summary
 QuickSerializable content
          The content to send up the tree.
 SecureHash tree_id
          The name of the tree up which to send the message.
 
Constructor Summary
UpDTreeMsg(SecureHash tree_id, QuickSerializable content)
          Creates a new UpDTreeMsg.
 
Method Summary
 String toString()
          Returns a human-readable representation of this UpDtreeMsg.
 
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 up which to send the message.


content

public QuickSerializable content
The content to send up the tree.

Constructor Detail

UpDTreeMsg

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

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

toString

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

Overrides:
toString in class Object