orc.runtime
Class RootLogicalClock

java.lang.Object
  extended by orc.runtime.LogicalClock
      extended by orc.runtime.RootLogicalClock

public class RootLogicalClock
extends LogicalClock

A nested logical clock.


Method Summary
protected  void setQuiescent()
          Called when this clock is quiescent.
 
Methods inherited from class orc.runtime.LogicalClock
unsetQuiescent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setQuiescent

protected void setQuiescent()
Description copied from class: LogicalClock
Called when this clock is quiescent.

Overrides:
setQuiescent in class LogicalClock