Class SNMPv2MIB.SysOREntry

All Implemented Interfaces:
ManagedObject, ManagedObjectValueAccess, MOTable<DefaultMOTableRow,MOColumn,DefaultMOMutableTableModel<DefaultMOTableRow>>, AgentCapabilityList, MOScope, RegisteredManagedObject, SerializableManagedObject
Enclosing class:
SNMPv2MIB

  • Constructor Details

  • Method Details

    • addSysOREntry

      public org.snmp4j.smi.OID addSysOREntry(org.snmp4j.smi.OID sysORID, org.snmp4j.smi.OctetString sysORDescr)
      Description copied from interface: AgentCapabilityList
      Add a capabilities description to the exported list.
      Specified by:
      addSysOREntry in interface AgentCapabilityList
      Parameters:
      sysORID - the OID of an AGENT-CAPABILITIES statement.
      sysORDescr - A textual description of the capabilities identified by the corresponding instance of sysORID.
      Returns:
      the index OID of the entry that uniquely identifies it.
    • removeSysOREntry

      public MOTableRow removeSysOREntry(org.snmp4j.smi.OID index)
      Description copied from interface: AgentCapabilityList
      Remove a capabilities description from the exported list.
      Specified by:
      removeSysOREntry in interface AgentCapabilityList
      Parameters:
      index - the index OID previously returned by AgentCapabilityList.addSysOREntry(org.snmp4j.smi.OID, org.snmp4j.smi.OctetString).
      Returns:
      MOTableRow the removed sysOREntry row or null if such a row could not be found.