Class SimpleMibBrowser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, SnmpProxyRowFactory<SnmpProxyRowImpl<String,String>,String,String>

public class SimpleMibBrowser extends JFrame implements SnmpProxyRowFactory<SnmpProxyRowImpl<String,String>,String,String>
The SimpleMibBrowser is a demo application for the SNMP4J Model API. The MIB Browser is able to selectable walk sub-trees of a MIB as well as browse and edit MIB tables. It depends on SNMP4J-SMI-PRO API.
Version:
1.0
Author:
Frank Fock
See Also:
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
    • createProxyRow

      public SnmpProxyRowImpl<String,String> createProxyRow(org.snmp4j.smi.OID index, List<String> indexObjects, List<String> values)
      Description copied from interface: SnmpProxyRowFactory
      Create a proxy row with a SNMP index value as OID and with the corresponding index model values a columnar object values.
      Specified by:
      createProxyRow in interface SnmpProxyRowFactory<SnmpProxyRowImpl<String,String>,String,String>
      Parameters:
      index - the SNMP row index value as an OID (the OID contains only the index suffix and not the table or column object prefix.
      indexObjects - the list of index object values in the model based value type(s).
      values - the list of columnar object values in model based type(s).
      Returns:
      the newly create proxy row.