MessageID
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 | Description |
---|---|
TimedMessageID(int messageID) |
Modifier and Type | Method | Description |
---|---|---|
long |
getCreationNanoTime() |
Gets the
System.nanoTime() when this message ID object has been created. |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getID, hashCode
public long getCreationNanoTime()
System.nanoTime()
when this message ID object has been created.public java.lang.String toString()
toString
in class SimpleMessageID
Copyright © 2018 SNMP4J.org. All rights reserved.