tapestry.api
Class TapestryObjPointerSetResp

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

public class TapestryObjPointerSetResp
extends Object
implements QueueElementIF

Respond to a request for a object guid's pointer set, with an array of PublishInfos and whether or not we're the root for that guid.

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

Field Summary
 SecureHash objguid
           
 PublishInfo[] publish_infos
           
 boolean root
           
 
Constructor Summary
TapestryObjPointerSetResp(SecureHash objguid, PublishInfo[] pis, boolean root)
           
 
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

publish_infos

public PublishInfo[] publish_infos

root

public boolean root
Constructor Detail

TapestryObjPointerSetResp

public TapestryObjPointerSetResp(SecureHash objguid,
                                 PublishInfo[] pis,
                                 boolean root)
Method Detail

toString

public String toString()
Overrides:
toString in class Object