tapestry.impl
Class RepublishRequestMsg

java.lang.Object
  |
  +--tapestry.api.TapestryRouteMsg
        |
        +--tapestry.impl.RepublishRequestMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class RepublishRequestMsg
extends TapestryRouteMsg
implements QuickSerializable

The message sent by DynamicTClient (or another Tapestry stage) to the source of a particular object replica requesting that it republish the object. This is generally due to changes in the Tapestry mesh which require the publication information to be propagated to a new publication path.


Field Summary
 SecureHash objGuid
           
 SecureHash requestor
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
RepublishRequestMsg(InputBuffer buffer)
           
RepublishRequestMsg(SecureHash objGuid, SecureHash dest_guid, SecureHash requestor)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
           
 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

requestor

public SecureHash requestor
Constructor Detail

RepublishRequestMsg

public RepublishRequestMsg(SecureHash objGuid,
                           SecureHash dest_guid,
                           SecureHash requestor)

RepublishRequestMsg

public RepublishRequestMsg(InputBuffer buffer)
                    throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class TapestryRouteMsg

toString

public String toString()
Overrides:
toString in class Object