Package org.opennms.jicmp.standalone
Class V6Pinger
- java.lang.Object
-
- org.opennms.jicmp.standalone.AbstractPinger<Inet6Address>
-
- org.opennms.jicmp.standalone.V6Pinger
-
- All Implemented Interfaces:
Runnable
public class V6Pinger extends AbstractPinger<Inet6Address>
PingListener- Author:
- brozow
-
-
Field Summary
-
Fields inherited from class org.opennms.jicmp.standalone.AbstractPinger
m_metric, m_throwable, NANOS_PER_MILLI
-
-
Constructor Summary
Constructors Constructor Description V6Pinger(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PingReplyMetric
ping(Inet6Address addr, int id, int sequenceNumber, int count, long interval)
void
run()
-
Methods inherited from class org.opennms.jicmp.standalone.AbstractPinger
addPingReplyListener, closeSocket, getCount, getListeners, getPingSocket, isFinished, start, stop
-
-
-
-
Method Detail
-
run
public void run()
-
ping
public PingReplyMetric ping(Inet6Address addr, int id, int sequenceNumber, int count, long interval) throws InterruptedException
- Specified by:
ping
in classAbstractPinger<Inet6Address>
- Throws:
InterruptedException
-
-