|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeapIndicatorType | |
org.apache.directory.server.ntp.messages |
Uses of LeapIndicatorType in org.apache.directory.server.ntp.messages |
Fields in org.apache.directory.server.ntp.messages declared as LeapIndicatorType | |
static LeapIndicatorType |
LeapIndicatorType.NO_WARNING
Enumeration elements are constructed once upon class loading. |
static LeapIndicatorType |
LeapIndicatorType.POSITIVE_LEAP_SECOND
|
static LeapIndicatorType |
LeapIndicatorType.NEGATIVE_LEAP_SECOND
|
static LeapIndicatorType |
LeapIndicatorType.ALARM_CONDITION
|
Methods in org.apache.directory.server.ntp.messages that return LeapIndicatorType | |
static LeapIndicatorType |
LeapIndicatorType.getTypeByOrdinal(int type)
|
LeapIndicatorType |
NtpMessage.getLeapIndicator()
|
Methods in org.apache.directory.server.ntp.messages with parameters of type LeapIndicatorType | |
void |
NtpMessageModifier.setLeapIndicator(LeapIndicatorType leapIndicator)
|
Constructors in org.apache.directory.server.ntp.messages with parameters of type LeapIndicatorType | |
NtpMessage(LeapIndicatorType leapIndicator,
int versionNumber,
ModeType mode,
StratumType stratumType,
byte pollInterval,
byte precision,
int rootDelay,
int rootDispersion,
ReferenceIdentifier referenceIdentifier,
NtpTimeStamp referenceTimestamp,
NtpTimeStamp originateTimestamp,
NtpTimeStamp receiveTimestamp,
NtpTimeStamp transmitTimestamp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |