public interface MepLtEntry
Modifier and Type | Interface and Description |
---|---|
static interface |
MepLtEntry.MepLtEntryBuilder
Builder for
MepLtEntry . |
Modifier and Type | Method and Description |
---|---|
int |
countLbrTransmitted()
Get the total number of LBRs transmitted.
|
int |
countLtrUnexpected()
Get the total number of unexpected LTRs received.
|
java.util.Collection<MepLtTransactionEntry> |
linktraceDatabase()
Get the linktrace database of results.
|
int |
nextLtmIdentifier()
Get the next LTM Transaction Identifier to be sent in an LTM.
|
int nextLtmIdentifier()
int countLtrUnexpected()
int countLbrTransmitted()
java.util.Collection<MepLtTransactionEntry> linktraceDatabase()