public class JniPingRequestId extends Object
JniPingRequestId class.
Constructor and Description |
---|
JniPingRequestId(InetAddress addr,
int identifier,
int sequenceNumber,
long threadId)
Constructor for JniPingRequestId.
|
JniPingRequestId(JniPingResponse reply)
Constructor for JniPingRequestId.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InetAddress |
getAddress()
getAddress
|
int |
getIdentifier() |
int |
getSequenceNumber()
getSequenceId
|
long |
getThreadId()
getTid
|
int |
hashCode() |
String |
toString()
toString
|
public JniPingRequestId(InetAddress addr, int identifier, int sequenceNumber, long threadId)
Constructor for JniPingRequestId.
addr
- a InetAddress
object.sequenceNumber
- a short.threadId
- a long.public JniPingRequestId(JniPingResponse reply)
Constructor for JniPingRequestId.
reply
- a org.opennms.netmgt.icmp.spi.JniPingResponse.PingReply
object.public InetAddress getAddress()
getAddress
InetAddress
object.public int getIdentifier()
public int getSequenceNumber()
getSequenceId
public long getThreadId()
getTid
Copyright © 2021. All rights reserved.