tapestry.impl.Shuttle
Class ShuttleRequestStorageMsg

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

public class ShuttleRequestStorageMsg
extends TapestryPrefixRouteMsg


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

ShuttleRequestStorageMsg

public ShuttleRequestStorageMsg(SecureHash dest_guid)

ShuttleRequestStorageMsg

public ShuttleRequestStorageMsg(InputBuffer buffer)
                         throws QSException
Method Detail

InitStoreRequest

public void InitStoreRequest(SecureHash key,
                             String value)

InitRetrieveRequest

public void InitRetrieveRequest(SecureHash key)

serialize

public void serialize(OutputBuffer buffer)

toString

public String toString()
Overrides:
toString in class Object