ostore.bloom
Class SimulatedReadResp

java.lang.Object
  |
  +--ostore.tapestry.api.TapestryRouteMsg
        |
        +--ostore.bloom.SimulatedReadResp
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class SimulatedReadResp
extends TapestryRouteMsg
implements QuickSerializable


Field Summary
 SecureHash guid
           
 int size
           
 
Fields inherited from class ostore.tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
SimulatedReadResp(InputBuffer buffer)
           
SimulatedReadResp(SecureHash dest, SecureHash guid, int size)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

size

public int size

guid

public SecureHash guid
Constructor Detail

SimulatedReadResp

public SimulatedReadResp(SecureHash dest,
                         SecureHash guid,
                         int size)

SimulatedReadResp

public SimulatedReadResp(InputBuffer buffer)
                  throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class TapestryRouteMsg
Following copied from interface: ostore.util.QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object