net.date
Class SerialClockClient

java.lang.Object
  extended by net.date.SerialClockClient

public class SerialClockClient
extends java.lang.Object


Constructor Summary
SerialClockClient()
           
 
Method Summary
static java.lang.String getTime(java.lang.String host)
          return a string representing the time from NIST output looks like: 52520 02-09-03 11:06:08 50 0 0 537.5 UTC(NIST) *
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialClockClient

public SerialClockClient()
Method Detail

getTime

public static java.lang.String getTime(java.lang.String host)
return a string representing the time from NIST output looks like: 52520 02-09-03 11:06:08 50 0 0 537.5 UTC(NIST) *


main

public static void main(java.lang.String[] args)