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

Field Summary
 SecureHash guid
          The GUID.
 TapestryTag tag
          The tag.
 
Constructor Summary
TapestryUnpublishMsg(SecureHash guid, TapestryTag tag)
          Construct according to the given fields.
 
Method Summary
 String toString()
          Returns a human-readable representation of this TapestryUnpublishMsg.
 
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

TapestryUnpublishMsg

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

toString

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