demo.repair
Class RepairDirectoryTest.LocateLocalReq

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

public static class RepairDirectoryTest.LocateLocalReq
extends Object
implements QueueElementIF

The request to retrieve the queried object from the local storage stage.


Field Summary
 SecureHash objguid
          The queried GUID.
 SecureHash peer
          The node who requests this locate message.
 DDTag tag
          The quried tag.
 
Constructor Summary
RepairDirectoryTest.LocateLocalReq(SecureHash objguid, DDTag tag, SecureHash peer)
          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.

Constructor Detail

RepairDirectoryTest.LocateLocalReq

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

Method Detail

toString

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

Overrides:
toString in class Object