Interface MOTableIndexValidator

All Known Implementing Classes:
MOTableIndex

public interface MOTableIndexValidator
A MOTableIndexValidator instance is able to validate an index value for compatibility with an index definition.
Version:
1.0
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValidIndex(org.snmp4j.smi.OID index)
    Checks whether an index OID is a valid index for this index definition or not.
  • Method Details

    • isValidIndex

      boolean isValidIndex(org.snmp4j.smi.OID index)
      Checks whether an index OID is a valid index for this index definition or not.
      Parameters:
      index - an OID (possibly zero length).
      Returns:
      true if the index is valid or false otherwise.