|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--tapestry.impl.NonceAckMsg
|
+--tapestry.impl.NonceMsg
|
+--tapestry.impl.DynamicRepairReqMsg
| Field Summary | |
|---|---|
int |
digit
|
int |
level
|
int |
number
|
SecureHash |
src
|
int |
value
|
| Fields inherited from class tapestry.impl.NonceAckMsg |
|---|
stage_id |
| Fields inherited from class ostore.network.NetworkMessage |
|---|
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms |
| Constructor Summary | |
|---|---|
DynamicRepairReqMsg(InputBuffer buffer)
|
|
DynamicRepairReqMsg(NodeId peer,
SecureHash src,
int digit,
int value,
int level,
int num)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
void |
serialize(OutputBuffer buffer)
|
String |
toString()
|
| Methods inherited from class tapestry.impl.NonceMsg |
|---|
getNonce, setNonce |
| Methods inherited from class tapestry.impl.NonceAckMsg |
|---|
addNonceAck, getNonceAcks, getStageId, setStageId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public SecureHash src
public int digit
public int value
public int level
public int number
| Constructor Detail |
public DynamicRepairReqMsg(NodeId peer,
SecureHash src,
int digit,
int value,
int level,
int num)
public DynamicRepairReqMsg(InputBuffer buffer)
throws QSException
| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializableserialize in class NonceMsg
public Object clone()
throws CloneNotSupportedException
clone in class NonceAckMsgCloneNotSupportedExceptionpublic String toString()
toString in class NonceMsg
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||