orc.runtime
Class NestedLogicalClock

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

public class NestedLogicalClock
extends LogicalClock

A nested logical clock.


Method Summary
protected  void setQuiescent()
          Called when this clock is quiescent.
protected  void unsetQuiescent()
          Called when this clock becomes not quiescent.
 
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

unsetQuiescent

protected void unsetQuiescent()
Description copied from class: LogicalClock
Called when this clock becomes not quiescent.

Overrides:
unsetQuiescent in class LogicalClock