Uses of Class
org.apache.commons.net.ntp.TimeStamp

Packages that use TimeStamp
org.apache.commons.net.ntp   
 

Uses of TimeStamp in org.apache.commons.net.ntp
 

Methods in org.apache.commons.net.ntp that return TimeStamp
static TimeStamp TimeStamp.getCurrentTime()
          Constructs a NTP timestamp object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
static TimeStamp TimeStamp.getNtpTime(long date)
          Helper method to convert Java time to NTP timestamp object.
 TimeStamp NtpV3Packet.getOriginateTimeStamp()
           
 TimeStamp NtpV3Impl.getOriginateTimeStamp()
          Returns the originate time as defined in RFC-1305.
 TimeStamp NtpV3Packet.getReceiveTimeStamp()
           
 TimeStamp NtpV3Impl.getReceiveTimeStamp()
          Returns receive timestamp as defined in RFC-1305.
 TimeStamp NtpV3Packet.getReferenceTimeStamp()
           
 TimeStamp NtpV3Impl.getReferenceTimeStamp()
          Returns the reference time as defined in RFC-1305.
 TimeStamp NtpV3Packet.getTransmitTimeStamp()
           
 TimeStamp NtpV3Impl.getTransmitTimeStamp()
          Returns the transmit timestamp as defined in RFC-1305.
static TimeStamp TimeStamp.parseNtpString(String s)
          Parses the string argument as a NTP hexidecimal timestamp representation string (e.g.
 

Methods in org.apache.commons.net.ntp with parameters of type TimeStamp
 int TimeStamp.compareTo(TimeStamp anotherTimeStamp)
          Compares two Timestamps numerically.
 void NtpV3Packet.setOriginateTimeStamp(TimeStamp ts)
          Set originate timestamp given NTP TimeStamp object.
 void NtpV3Impl.setOriginateTimeStamp(TimeStamp ts)
          Set originate timestamp given NTP TimeStamp object.
 void NtpV3Packet.setReceiveTimeStamp(TimeStamp ts)
          Set receive timestamp given NTP TimeStamp object.
 void NtpV3Impl.setReceiveTimeStamp(TimeStamp ts)
          Set receive timestamp given NTP TimeStamp object.
 void NtpV3Packet.setReferenceTime(TimeStamp ts)
          Set the reference timestamp given NTP TimeStamp object.
 void NtpV3Impl.setReferenceTime(TimeStamp ts)
          Set Reference time with NTP timestamp.
 void NtpV3Packet.setTransmitTime(TimeStamp ts)
          Set the transmit timestamp given NTP TimeStamp object.
 void NtpV3Impl.setTransmitTime(TimeStamp ts)
          Set transmit time with NTP timestamp.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.