|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LeapIndicatorType | |
|---|---|
| org.apache.directory.server.ntp.messages | Provides message objects for 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.ALARM_CONDITION
Constant for the "Alarm condition (clock not synchronized)" leap indicator type. |
static LeapIndicatorType |
LeapIndicatorType.NEGATIVE_LEAP_SECOND
Constant for the "Last minute has 59 seconds" leap indicator type. |
static LeapIndicatorType |
LeapIndicatorType.NO_WARNING
Constant for the "No leap second warning" leap indicator type. |
static LeapIndicatorType |
LeapIndicatorType.POSITIVE_LEAP_SECOND
Constant for the "Last minute has 61 seconds" leap indicator type. |
| Fields in org.apache.directory.server.ntp.messages with type parameters of type LeapIndicatorType | |
|---|---|
static java.util.List<LeapIndicatorType> |
LeapIndicatorType.VALUES
A list of all the leap indicator type constants. |
| Methods in org.apache.directory.server.ntp.messages that return LeapIndicatorType | |
|---|---|
LeapIndicatorType |
NtpMessage.getLeapIndicator()
|
static LeapIndicatorType |
LeapIndicatorType.getTypeByOrdinal(int type)
Returns the leap indicator type when specified by its ordinal. |
| Methods in org.apache.directory.server.ntp.messages with parameters of type LeapIndicatorType | |
|---|---|
int |
LeapIndicatorType.compareTo(LeapIndicatorType that)
|
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)
Creates a new instance of NtpMessage. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||