ostore.agree
Class ForwardMsg
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--dd.api.DDMacRouteMsg
|
+--ostore.agree.ForwardMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class ForwardMsg
- extends DDMacRouteMsg
req
public QuickSerializable req
src
public SecureHash src
ring_id
public SecureHash ring_id
view
public long view
seq
public long seq
ForwardMsg
public ForwardMsg(SecureHash dest,
SecureHash src,
SecureHash ring_id,
QuickSerializable req,
long view,
long seq,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
ForwardMsg
public ForwardMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object