tapestry.ptr.api
Class PtrIteratorNextResp

java.lang.Object
  |
  +--tapestry.ptr.api.PtrIteratorNextResp
All Implemented Interfaces:
QueueElementIF

public class PtrIteratorNextResp
extends Object
implements QueueElementIF

Returns the next block of pointers of an iteration from the pointer manager stage, as requested by a preceding PtrIteratorNextReq or a PtrIteratorStartReq.

Version:
$Id: PtrIteratorNextResp.java,v 1.1.1.1 2004/03/26 19:57:10 hweather Exp $
Author:
Jeremy Stribling

Field Summary
 boolean isMore
           
 Object iteratorID
           
 SecureHash[] objguids
           
 LinkedList[] pinfos
           
 Object userData
           
 
Constructor Summary
PtrIteratorNextResp(SecureHash[] objguids, LinkedList[] lists_of_pinfos, boolean isMore, Object iteratorID, Object userData)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objguids

public SecureHash[] objguids

pinfos

public LinkedList[] pinfos

isMore

public boolean isMore

iteratorID

public Object iteratorID

userData

public Object userData
Constructor Detail

PtrIteratorNextResp

public PtrIteratorNextResp(SecureHash[] objguids,
                           LinkedList[] lists_of_pinfos,
                           boolean isMore,
                           Object iteratorID,
                           Object userData)
Method Detail

toString

public String toString()
Overrides:
toString in class Object