tapestry.impl.Shuttle
Class ShuttleFulfillStorageMsg

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

public class ShuttleFulfillStorageMsg
extends TapestryRouteMsg
implements QuickSerializable


Field Summary
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
ShuttleFulfillStorageMsg(InputBuffer buffer)
           
ShuttleFulfillStorageMsg(SecureHash dest_guid, SecureHash key, String value)
           
 
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
 

Constructor Detail

ShuttleFulfillStorageMsg

public ShuttleFulfillStorageMsg(SecureHash dest_guid,
                                SecureHash key,
                                String value)

ShuttleFulfillStorageMsg

public ShuttleFulfillStorageMsg(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