public class TimedMessageID extends SimpleMessageID
TimedMessageID adds system time information to the message ID that allows
to measure response times and detect lost messages with SNMPv3.| Constructor and Description |
|---|
TimedMessageID(int messageID) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationNanoTime()
Gets the
System.nanoTime() when this message ID object has been created. |
String |
toString() |
equals, getID, hashCodepublic long getCreationNanoTime()
System.nanoTime() when this message ID object has been created.public String toString()
toString in class SimpleMessageIDCopyright © 2016 SNMP4J.org. All Rights Reserved.