demo.repair
Class RepairDirectoryTest.LocateLocalResp

java.lang.Object
  |
  +--demo.repair.RepairDirectoryTest.LocateLocalResp
All Implemented Interfaces:
QueueElementIF
Enclosing class:
RepairDirectoryTest

public static class RepairDirectoryTest.LocateLocalResp
extends Object
implements QueueElementIF

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

objguid

public SecureHash objguid
The queried GUID.


tag

public DDTag tag
The quried tag.


peer

public SecureHash peer
The node who requests this locate message.


obj

public QuickSerializable obj
The queried object.

Constructor Detail

RepairDirectoryTest.LocateLocalResp

public RepairDirectoryTest.LocateLocalResp(SecureHash objguid,
                                           DDTag tag,
                                           SecureHash peer,
                                           QuickSerializable obj)
Construct according to the given fields.

Method Detail

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object