|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StratumType | |
---|---|
org.apache.directory.server.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
|
static StratumType |
StratumType.SECONDARY_REFERENCE
|
static StratumType |
StratumType.UNSPECIFIED
Enumeration elements are constructed once upon class loading. |
Methods in org.apache.directory.server.ntp.messages that return StratumType | |
---|---|
StratumType |
NtpMessage.getStratum()
|
static StratumType |
StratumType.getTypeByOrdinal(int type)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |