Package org.opennms.netmgt.icmp.jni
Class JniPingerFactory
- java.lang.Object
-
- org.opennms.netmgt.icmp.AbstractPingerFactory
-
- org.opennms.netmgt.icmp.jni.JniPingerFactory
-
- All Implemented Interfaces:
PingerFactory
public class JniPingerFactory extends AbstractPingerFactory
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.icmp.AbstractPingerFactory
m_pingers
-
Fields inherited from interface org.opennms.netmgt.icmp.PingerFactory
FRAG_FALSE, FRAG_TRUE, MAX_DSCP
-
-
Constructor Summary
Constructors Constructor Description JniPingerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Pinger>
getPingerClass()
-
Methods inherited from class org.opennms.netmgt.icmp.AbstractPingerFactory
getInstance, getInstance, reset, setInstance
-
-
-
-
Method Detail
-
getPingerClass
public Class<? extends Pinger> getPingerClass()
- Specified by:
getPingerClass
in classAbstractPingerFactory
-
-