ostore.tapestry.impl
Class DynamicBeginDelete

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

public class DynamicBeginDelete
extends NetworkMessage
implements QuickSerializable


Field Summary
 HashMap replacements
           
 SecureHash src
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, inbound, peer, sender, tries, user_data
 
Constructor Summary
DynamicBeginDelete(InputBuffer buffer)
           
DynamicBeginDelete(NodeId peer, SecureHash src, HashMap replacements)
           
 
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

replacements

public HashMap replacements
Constructor Detail

DynamicBeginDelete

public DynamicBeginDelete(NodeId peer,
                          SecureHash src,
                          HashMap replacements)

DynamicBeginDelete

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