ostore.agree
Class ResultMsg
java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--dd.api.DDMacRouteMsg
              |
              +--ostore.agree.ResultMsg
- All Implemented Interfaces: 
- QueueElementIF, QuickSerializable
- public class ResultMsg- extends DDMacRouteMsg
 
 
| Constructor Summary | 
| ResultMsg(InputBuffer buffer)
 | 
| ResultMsg(SecureHash dest,
          SecureHash ring_id,
          SecureHash req_digest,
          QSDate timestamp,
          long view,
          long seq,
          QuickSerializable result,
          SigShare sigshare,
          boolean recursive,
          boolean dd_intermediate_upcall,
          boolean one_hop)
 | 
| ResultMsg(SecureHash dest,
          SecureHash ring_id,
          SecureHash req_digest,
          QSDate timestamp,
          long view,
          long seq,
          SignedQS signed_result,
          boolean recursive,
          boolean dd_intermediate_upcall,
          boolean one_hop)
 | 
 
 
 
ring_id
public SecureHash ring_id
req_digest
public SecureHash req_digest
timestamp
public QSDate timestamp
view
public long view
seq
public long seq
result
public QuickSerializable result
sigshare
public SigShare sigshare
signed_result
public SignedQS signed_result
ResultMsg
public ResultMsg(SecureHash dest,
                 SecureHash ring_id,
                 SecureHash req_digest,
                 QSDate timestamp,
                 long view,
                 long seq,
                 QuickSerializable result,
                 SigShare sigshare,
                 boolean recursive,
                 boolean dd_intermediate_upcall,
                 boolean one_hop)
ResultMsg
public ResultMsg(SecureHash dest,
                 SecureHash ring_id,
                 SecureHash req_digest,
                 QSDate timestamp,
                 long view,
                 long seq,
                 SignedQS signed_result,
                 boolean recursive,
                 boolean dd_intermediate_upcall,
                 boolean one_hop)
ResultMsg
public ResultMsg(InputBuffer buffer)
          throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface: QuickSerializable
- Add the object to the buffer.
 
- 
- Specified by: 
- serializein interface- QuickSerializable
- Overrides:
- serializein class- DDRouteMsg
 
- 
- Parameters:
- buffer- the output buffer to add the object to
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-