tapestry.impl
Class NodeState

java.lang.Object
  |
  +--tapestry.impl.NodeState

public class NodeState
extends Object


Field Summary
 NodeId addr
           
 int alpha
           
 TreeSet locks
           
 HashSet mcaddrs
           
 SecureHash newguid
           
 boolean notified
           
 NodeId parent
           
 
Constructor Summary
NodeState(SecureHash guid)
           
NodeState(SecureHash guid, int a, NodeId p, NodeId add, TreeSet l)
           
 
Method Summary
 void addMCast(NodeId newaddr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newguid

public SecureHash newguid

alpha

public int alpha

parent

public NodeId parent

addr

public NodeId addr

mcaddrs

public HashSet mcaddrs

locks

public TreeSet locks

notified

public boolean notified
Constructor Detail

NodeState

public NodeState(SecureHash guid)

NodeState

public NodeState(SecureHash guid,
                 int a,
                 NodeId p,
                 NodeId add,
                 TreeSet l)
Method Detail

addMCast

public void addMCast(NodeId newaddr)