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