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

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

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

Methods in org.apache.directory.server.ntp.messages that return ModeType
 ModeType NtpMessage.getMode()
           
static ModeType ModeType.getTypeByOrdinal(int type)
          Returns the mode type when specified by its ordinal.
static ModeType ModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModeType[] ModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.server.ntp.messages with parameters of type ModeType
 void NtpMessageModifier.setMode(ModeType mode)
           
 

Constructors in org.apache.directory.server.ntp.messages with parameters of type ModeType
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 The Apache Software Foundation. All Rights Reserved.