Interface StorageStrategyService

    • Method Detail

      • getSnmpInterfaceLabel

        String getSnmpInterfaceLabel​(int ifIndex)
        This method is used on StorageStrategy implementation when the resource index is associated to a physical interface like frame relay resources. OpenNMS always track changes on ifTable so, make SNMP queries on this table is redundant, and implementations of CollectionAgent know ifTable content always. This method give interface information from a specific ifIndex.
        Parameters:
        ifIndex - a int.
        Returns:
        a String object.