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