|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.service.time.ntptime.NtpInfo
public class NtpInfo
This class represents a data structure describing the useful information that can be extracted from a NtpDatagramPacket. Please see rfc2030 for more details.
Field Summary | |
---|---|
int |
leapYearIndicator
Leap year indicator. |
int |
mode
Mode of the communication with the server. |
long |
offset
Offset of the local clock versus the server clock. |
long |
originate
Originate time in milliseconds |
int |
pollInterval
Poll Interval in seconds. |
double |
precision
Precision of the server clock (in milliseconds). |
long |
receive
Receive time in milliseconds |
long |
reception
Reception time in milliseconds |
String |
referenceIdentifier
Reference identifier. |
NtpTimestamp |
referenceTimeStamp
Reference timestamp. |
double |
rootDelay
Total roundtrip delay from the server to the primary server (in milliseconds). |
double |
rootDispersion
Nominal error relative to the primary reference source |
long |
roundTripDelay
Roundtrip delay (in milliseconds). |
InetAddress |
serverAddress
InetAddress of the server. |
int |
stratum
The stratum. |
long |
transmit
Transmit time in milliseconds |
int |
versionNumber
Version number of the packet. |
Constructor Summary | |
---|---|
NtpInfo()
|
Method Summary | |
---|---|
String |
toString()
Converts this object into a String representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public InetAddress serverAddress
public NtpTimestamp referenceTimeStamp
public String referenceIdentifier
public double precision
public double rootDelay
public double rootDispersion
public int leapYearIndicator
public int mode
public int pollInterval
public int stratum
public int versionNumber
public long offset
public long originate
public long receive
public long reception
public long roundTripDelay
public long transmit
Constructor Detail |
---|
public NtpInfo()
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |