ostore.network
Class CloseConnectionMsg

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

public class CloseConnectionMsg
extends NetworkMessage

A message sent between Network stages to request/confirm the flushing and closing of a connection.

This class contains no fields beyond those defined by NetworkMessage; the NetworkMessage.peer field is sufficient information.

Version:
$Id: CloseConnectionMsg.java,v 1.2 2002/10/30 01:12:32 geels Exp $
Author:
Dennis Geels

Field Summary
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
CloseConnectionMsg(InputBuffer buffer)
           
CloseConnectionMsg(NodeId src, NodeId dest)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class ostore.network.NetworkMessage
clone, serialize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseConnectionMsg

public CloseConnectionMsg(NodeId src,
                          NodeId dest)

CloseConnectionMsg

public CloseConnectionMsg(InputBuffer buffer)
                   throws QSException
Method Detail

toString

public String toString()
Overrides:
toString in class NetworkMessage