Uses of Class
org.apache.directory.server.ntp.messages.LeapIndicatorType

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.ALARM_CONDITION
           
static LeapIndicatorType LeapIndicatorType.NEGATIVE_LEAP_SECOND
           
static LeapIndicatorType LeapIndicatorType.NO_WARNING
          Enumeration elements are constructed once upon class loading.
static LeapIndicatorType LeapIndicatorType.POSITIVE_LEAP_SECOND
           
 

Methods in org.apache.directory.server.ntp.messages that return LeapIndicatorType
 LeapIndicatorType NtpMessage.getLeapIndicator()
           
static LeapIndicatorType LeapIndicatorType.getTypeByOrdinal(int type)
           
 

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)