tapestry.impl
Class TestDeleteMsg

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

public class TestDeleteMsg
extends NetworkMessage
implements QuickSerializable

The msg to say we're done with delete, now start locate again


Field Summary
static int FAILURE_TYPE
           
static int REQUEST_TYPE
           
static int RESPONSE_TYPE
           
static int SUCCESS_TYPE
           
 int type
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
TestDeleteMsg(InputBuffer buffer)
           
TestDeleteMsg(NodeId peer, int type)
           
 
Method Summary
 void serialize(OutputBuffer 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

type

public int type

REQUEST_TYPE

public static final int REQUEST_TYPE
See Also:
Constant Field Values

RESPONSE_TYPE

public static final int RESPONSE_TYPE
See Also:
Constant Field Values

SUCCESS_TYPE

public static final int SUCCESS_TYPE
See Also:
Constant Field Values

FAILURE_TYPE

public static final int FAILURE_TYPE
See Also:
Constant Field Values
Constructor Detail

TestDeleteMsg

public TestDeleteMsg(NodeId peer,
                     int type)

TestDeleteMsg

public TestDeleteMsg(InputBuffer buffer)
              throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class NetworkMessage

toString

public String toString()
Overrides:
toString in class NetworkMessage