ostore.tapestry.impl
Class FullTestMemberMsg

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

public class FullTestMemberMsg
extends NetworkMessage
implements QuickSerializable


Field Summary
static int DYNAMIC
           
 SecureHash guid
           
static int STATIC
           
 int type
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, inbound, peer, sender, tries, user_data
 
Constructor Summary
FullTestMemberMsg(InputBuffer buffer)
           
FullTestMemberMsg(NodeId peer, SecureHash guid, int type)
           
 
Method Summary
 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

guid

public SecureHash guid

type

public int type

STATIC

public static final int STATIC

DYNAMIC

public static final int DYNAMIC
Constructor Detail

FullTestMemberMsg

public FullTestMemberMsg(NodeId peer,
                         SecureHash guid,
                         int type)

FullTestMemberMsg

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

toString

public String toString()
Overrides:
toString in class NetworkMessage