Class TwoPhaseCoord

java.lang.Object
  |
  +--Process
        |
        +--TwoPhaseCoord
All Implemented Interfaces:
MsgHandler

public class TwoPhaseCoord
extends Process


Constructor Summary
TwoPhaseCoord(Linker initComm)
           
 
Method Summary
 void doCoordinator()
           
 void handleMsg(Msg m, int src, java.lang.String tag)
           
 
Methods inherited from class Process
broadcastMsg, isNeighbor, myWait, receiveMsg, sendMsg, sendMsg, sendMsg, sendMsg, sendToNeighbors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoPhaseCoord

public TwoPhaseCoord(Linker initComm)
Method Detail

doCoordinator

public void doCoordinator()

handleMsg

public void handleMsg(Msg m,
                      int src,
                      java.lang.String tag)
Overrides:
handleMsg in class Process