dd.ptr.api
Class PtrIteratorNextReq

java.lang.Object
  |
  +--dd.ptr.api.PtrReq
        |
        +--dd.ptr.api.PtrIteratorNextReq
All Implemented Interfaces:
QueueElementIF

public class PtrIteratorNextReq
extends PtrReq

Asks for the next block of pointers of an iteration from the pointer manager stage.

Version:
$Id: PtrIteratorNextReq.java,v 1.2 2004/05/02 16:29:43 hweather Exp $
Author:
Jeremy Stribling

Field Summary
 Object iteratorID
          Opaque token to keep track of iteration.
 
Fields inherited from class dd.ptr.api.PtrReq
appId, sink, userData
 
Constructor Summary
PtrIteratorNextReq(Object i, long a, Object u, SinkIF s)
          Constructor: Creates a new PtrIteratorNextReq.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class dd.ptr.api.PtrReq
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 iteration.

Constructor Detail

PtrIteratorNextReq

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

Parameters:
i - Opaque token to keep track of 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 PtrReq