ostore.tapestry.api
Class TapestryUnpublishMsg
java.lang.Object
|
+--ostore.tapestry.api.TapestryUnpublishMsg
- All Implemented Interfaces:
- QueueElementIF
- public class TapestryUnpublishMsg
- extends Object
- implements QueueElementIF
Event that causes Tapestry to remove published backpointers to the given
GUID with the given tag.
- See Also:
TapestryLocateMsg
,
TapestryPublishMsg
Method Summary |
String |
toString()
Returns a human-readable representation of this
TapestryUnpublishMsg . |
guid
public SecureHash guid
- The GUID.
tag
public TapestryTag tag
- The tag.
TapestryUnpublishMsg
public TapestryUnpublishMsg(SecureHash guid,
TapestryTag tag)
- Construct according to the given fields.
toString
public String toString()
- Returns a human-readable representation of this
TapestryUnpublishMsg
.
- Overrides:
toString
in class Object