|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.commonreality.time.impl.BasicClock
org.commonreality.time.impl.OwnedClock<IIdentifier>
org.commonreality.time.impl.MasterClock
public abstract class MasterClock
tracks a series of potential clock owners (if shared), takes their recommendations for a time change. Once it has heard from all of the owners, it will update the time to the smallest requested time.
| Constructor Summary | |
|---|---|
MasterClock()
|
|
| Method Summary |
|---|
| Methods inherited from class org.commonreality.time.impl.OwnedClock |
|---|
addOwner, getOwners, isOwner, removeOwner, setTime, setTime |
| Methods inherited from class org.commonreality.time.impl.BasicClock |
|---|
await, getTime, waitForChange, waitForTime |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.commonreality.time.IClock |
|---|
getTime, waitForChange, waitForTime |
| Constructor Detail |
|---|
public MasterClock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||