Module org.snmp4j

Class AbstractSnmpUtility

  • Direct Known Subclasses:
    TableUtils, TreeUtils


    public abstract class AbstractSnmpUtility
    extends java.lang.Object
    The AbstractSnmpUtility is an abstract base class for convenience utility classes to retrieve SNMP data.
    Version:
    1.8
    Author:
    Frank Fock
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractSnmpUtility

        public AbstractSnmpUtility​(Session snmpSession,
                                   PDUFactory pduFactory)
        Creates a AbstractSnmpUtility instance. The created instance is thread safe as long as the supplied Session and PDUFactory are thread safe.
        Parameters:
        snmpSession - a SNMP Session instance.
        pduFactory - a PDUFactory instance that creates the PDU that are used by this instance.