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
Methods inherited from class dd.ptr.api.PtrReq |
BUG |
iteratorID
public Object iteratorID
- Opaque token to keep track of iteration.
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
toString
public String toString()
- Specified by java.lang.Object
- Specified by:
toString
in class PtrReq