|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.dtree.DownDTreeMsg
Messages passed to the local DTreeNode
containing an object
to pass down a dissemination tree.
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 |
public SecureHash tree_id
public QuickSerializable content
Constructor Detail |
public DownDTreeMsg(SecureHash tree_id, QuickSerializable content)
DownDTreeMsg
.
tree_id
- the tree to use.content
- the message to send down the tree.Method Detail |
public String toString()
DownDtreeMsg
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |