tapestry.api
Class TapestryObjPointerSetReq

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

public class TapestryObjPointerSetReq
extends Object
implements QueueElementIF

Request an array of PublishInfos about this object guid, and whether or not we are the root.

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

Field Summary
 SecureHash objguid
           
 SinkIF sink
           
 
Constructor Summary
TapestryObjPointerSetReq(SecureHash objguid, SinkIF sink)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objguid

public SecureHash objguid

sink

public SinkIF sink
Constructor Detail

TapestryObjPointerSetReq

public TapestryObjPointerSetReq(SecureHash objguid,
                                SinkIF sink)
Method Detail

toString

public String toString()
Overrides:
toString in class Object