dd.dht.api
Class DhtIteratorNextReq

java.lang.Object
  |
  +--dd.kbr.api.KbrReq
        |
        +--dd.dht.api.DhtIteratorNextReq
All Implemented Interfaces:
QueueElementIF

public class DhtIteratorNextReq
extends KbrReq

DhtIteratorNextReq requests the next set of objects of an iteration from DHT.

Version:
$Id: DhtIteratorNextReq.java,v 1.1.1.1 2004/04/06 00:09:56 hweather Exp $
Author:
Hakim Weatherspoon

Field Summary
 Object iteratorID
          Opaque token to keep track of an iteration.
 
Fields inherited from class dd.kbr.api.KbrReq
appId, sink, userData
 
Constructor Summary
DhtIteratorNextReq(Object i, long a, Object u, SinkIF s)
          Constructor: Creates a new DhtIteratorNextReq.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class dd.kbr.api.KbrReq
BUG
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iteratorID

public Object iteratorID
Opaque token to keep track of an iteration.

Constructor Detail

DhtIteratorNextReq

public DhtIteratorNextReq(Object i,
                          long a,
                          Object u,
                          SinkIF s)
Constructor: Creates a new DhtIteratorNextReq.

Parameters:
i - Opaque token to keep track of an iteration.
a - Unique identifier for a destination application.
u - Requestor defined object to be returned in the resp.
s - Requestor sink to return resp
Method Detail

toString

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

Specified by:
toString in class KbrReq