ostore.tapestry.impl
Class DynamicRepairRespMsg

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--ostore.tapestry.impl.DynamicRepairRespMsg
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable

public class DynamicRepairRespMsg
extends NetworkMessage
implements QuickSerializable


Field Summary
 ArrayList al
           
 int digit
           
 int level
           
 SecureHash src
           
 int value
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, inbound, peer, sender, tries, user_data
 
Constructor Summary
DynamicRepairRespMsg(InputBuffer buffer)
           
DynamicRepairRespMsg(NodeId peer, SecureHash src, ArrayList al, int digit, int value, int level)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public SecureHash src

digit

public int digit

value

public int value

level

public int level

al

public ArrayList al
Constructor Detail

DynamicRepairRespMsg

public DynamicRepairRespMsg(NodeId peer,
                            SecureHash src,
                            ArrayList al,
                            int digit,
                            int value,
                            int level)

DynamicRepairRespMsg

public DynamicRepairRespMsg(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 NetworkMessage
Following copied from interface: ostore.util.QuickSerializable
Parameters:
buffer - the output buffer to add the object to

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class NetworkMessage

toString

public String toString()
Overrides:
toString in class NetworkMessage