C D E I M S

C

com.mindprod.setclock - package com.mindprod.setclock
 
correction(String) - Static method in class com.mindprod.setclock.MiniSNTP
Calculate how far out local time is from what server says: Positive result means local clock is running, slow, it requires a number added to it to give the correct time.

D

DEBUGGING - Static variable in class com.mindprod.setclock.SetClock
true if want additional debugging output
dump() - Method in class com.mindprod.setclock.MiniSNTP
debugging dump of state variables

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.setclock.SetClock
embedded copyright not displayed

I

init() - Method in class com.mindprod.setclock.SetClock
initialize the applet, invoked by browser only once.

M

main(String[]) - Static method in class com.mindprod.setclock.MiniSNTP
test harness
main(String[]) - Static method in class com.mindprod.setclock.SetClock
We run only as JWS not as Applet.
MiniSNTP - Class in com.mindprod.setclock
handles SNTP Simple Network Time Protocol to ask the time of an atomic clock.

S

SetClock - Class in com.mindprod.setclock
set PC Clock from an atomic clock.
SetClock() - Constructor for class com.mindprod.setclock.SetClock
 
start() - Method in class com.mindprod.setclock.SetClock
standard Applet start -- called whenever we scroll onscreen
stop() - Method in class com.mindprod.setclock.SetClock
standard Applet stop -- called whenever we scroll offscreen

C D E I M S