Uses of Class
org.episteme.social.history.clock.TimeServer
Packages that use TimeServer
-
Uses of TimeServer in org.episteme.social.history.clock
Subclasses of TimeServer in org.episteme.social.history.clockModifier and TypeClassDescriptionclassA local time server that broadcasts modern wall-clock time updates at regular intervals.classA time server that synchronizes with a network source (e.g., NTP server).Methods in org.episteme.social.history.clock that return TimeServerModifier and TypeMethodDescriptionfinal TimeServerClock.getTimeServer()Returns the time server associated with this clock.TimeEvent.getTimeServer()Returns the server that originated the event.Constructors in org.episteme.social.history.clock with parameters of type TimeServerModifierConstructorDescriptionprotectedAlarmClock(TimeServer timeServer) Creates a new AlarmClock associated with a time server.BasicClock(TimeServer timeServer) Creates a new BasicClock associated with a time server.ChronometerClock(TimeServer timeServer) Creates a new ChronometerClock associated with a time server.protectedClock(TimeServer timeServer) Creates a new Clock synchronized with the specified time server.CountdownClock(TimeServer timeServer, ModernTime initialTime) Creates a new CountdownClock.TimeEvent(TimeServer source, Time time, int id) Constructs a new TimeEvent.