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
Method Summary |
String |
toString()
Returns a human-readable representation of this
TapestryPublishMsg . |
guid
public SecureHash guid
- The GUID.
tag
public TapestryTag tag
- The tag.
TapestryPublishMsg
public TapestryPublishMsg(SecureHash guid,
TapestryTag tag)
- Construct according to the given fields.
toString
public String toString()
- Returns a human-readable representation of this
TapestryPublishMsg
.
- Overrides:
toString
in class Object