ostore.tapestry.impl
Class StaticPtrMsg

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

public class StaticPtrMsg
extends NetworkMessage
implements QuickSerializable


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

Field Detail

srcguid

public SecureHash srcguid

level

public int level
Constructor Detail

StaticPtrMsg

public StaticPtrMsg(NodeId peer,
                    SecureHash srcguid,
                    int level)

StaticPtrMsg

public StaticPtrMsg(InputBuffer buffer)
             throws QSException
Method Detail

add_to_digest

public void add_to_digest(OutputBuffer buffer)

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

toString

public String toString()
Overrides:
toString in class NetworkMessage