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

Packages that use StratumType
org.apache.directory.server.ntp.messages Provides message objects for NTP messages. 
 

Uses of StratumType in org.apache.directory.server.ntp.messages
 

Fields in org.apache.directory.server.ntp.messages declared as StratumType
static StratumType StratumType.PRIMARY_REFERENCE
          Constant for the "Primary reference" stratum type.
static StratumType StratumType.SECONDARY_REFERENCE
          Constant for the "Secondary reference" stratum type.
static StratumType StratumType.UNSPECIFIED
          Constant for the "Unspecified or unavailable" stratum type.
 

Fields in org.apache.directory.server.ntp.messages with type parameters of type StratumType
static java.util.List<StratumType> StratumType.VALUES
          A list of all the stratum type constants.
 

Methods in org.apache.directory.server.ntp.messages that return StratumType
 StratumType NtpMessage.getStratum()
           
static StratumType StratumType.getTypeByOrdinal(int type)
          Returns the stratum type when specified by its ordinal.
 

Methods in org.apache.directory.server.ntp.messages with parameters of type StratumType
 int StratumType.compareTo(StratumType that)
           
 void NtpMessageModifier.setStratum(StratumType stratumType)
           
 

Constructors in org.apache.directory.server.ntp.messages with parameters of type StratumType
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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.