ostore.network
Class NetworkNodeStatusMsg

java.lang.Object
  |
  +--ostore.network.NetworkNodeStatusMsg
All Implemented Interfaces:
QueueElementIF

public class NetworkNodeStatusMsg
extends Object
implements QueueElementIF

This event lets any other listening stage know that a low-level connection to a node has been closed


Field Summary
 NodeId dead_node
           
 
Constructor Summary
NetworkNodeStatusMsg(NodeId node)
          Constructor.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dead_node

public NodeId dead_node
Constructor Detail

NetworkNodeStatusMsg

public NetworkNodeStatusMsg(NodeId node)
Constructor.

Parameters:
node - the id of the node whose status has changed
Method Detail

toString

public String toString()
Overrides:
toString in class Object