|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
static StratumType |
StratumType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StratumType[] |
StratumType.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 StratumType | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||