Class LamportClock

java.lang.Object
  |
  +--LamportClock

public class LamportClock
extends java.lang.Object


Constructor Summary
LamportClock()
           
 
Method Summary
 int getValue()
           
 void receiveAction(int src, int sentValue)
           
 void sendAction()
           
 void tick()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LamportClock

public LamportClock()
Method Detail

getValue

public int getValue()

tick

public void tick()

sendAction

public void sendAction()

receiveAction

public void receiveAction(int src,
                          int sentValue)