示例#1
0
 public ExtendedLamportClockObject() //this used for when we want to make an instance for this machine
 {
     this.id           = MachinIdentification.getUniqueIdNumber();
     this.logicalClock = LogicalClock.nextLogicalClock();
 }