ostore.tapestry.api
Class TapestryPublishMsg

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

public class TapestryPublishMsg
extends Object
implements QueueElementIF

Event that causes Tapestry to publish a backpointer to the given GUID with the given tag.

See Also:
TapestryLocateMsg

Field Summary
 SecureHash guid
          The GUID.
 TapestryTag tag
          The tag.
 
Constructor Summary
TapestryPublishMsg(SecureHash guid, TapestryTag tag)
          Construct according to the given fields.
 
Method Summary
 String toString()
          Returns a human-readable representation of this TapestryPublishMsg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

guid

public SecureHash guid
The GUID.

tag

public TapestryTag tag
The tag.
Constructor Detail

TapestryPublishMsg

public TapestryPublishMsg(SecureHash guid,
                          TapestryTag tag)
Construct according to the given fields.
Method Detail

toString

public String toString()
Returns a human-readable representation of this TapestryPublishMsg.
Overrides:
toString in class Object