|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.repair.RepairDirectoryTest.LocateLocalResp
The response from the local storage stage containing the request object.
Field Summary | |
---|---|
QuickSerializable |
obj
The queried object. |
SecureHash |
objguid
The queried GUID. |
SecureHash |
peer
The node who requests this locate message. |
DDTag |
tag
The quried tag . |
Constructor Summary | |
---|---|
RepairDirectoryTest.LocateLocalResp(SecureHash objguid,
DDTag tag,
SecureHash peer,
QuickSerializable obj)
Construct according to the given fields. |
Method Summary | |
---|---|
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public SecureHash objguid
public DDTag tag
tag
.
public SecureHash peer
public QuickSerializable obj
Constructor Detail |
public RepairDirectoryTest.LocateLocalResp(SecureHash objguid, DDTag tag, SecureHash peer, QuickSerializable obj)
Method Detail |
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |