Class SNMPv2MIB.SysOREntry

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

  • Constructor Details

    • SysOREntry

      public SysOREntry(org.snmp4j.smi.OID oid, MOTableIndex index, MOColumn<?>[] columns)
  • 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.