Class StableBottom

java.lang.Object
  |
  +--Process
        |
        +--StableBottom
All Implemented Interfaces:
Lock, MsgHandler

public class StableBottom
extends Process
implements Lock


Constructor Summary
StableBottom(Linker initComm)
           
 
Method Summary
 void handleMsg(Msg m, int src, java.lang.String tag)
           
 void initiate()
           
 void releaseCS()
           
 void requestCS()
           
 void sendToken()
           
 
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
 
Methods inherited from interface MsgHandler
receiveMsg
 

Constructor Detail

StableBottom

public StableBottom(Linker initComm)
Method Detail

initiate

public void initiate()

requestCS

public void requestCS()
Specified by:
requestCS in interface Lock

releaseCS

public void releaseCS()
Specified by:
releaseCS in interface Lock

sendToken

public void sendToken()

handleMsg

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