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