org.snmp4j.agent.mo
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
 boolean isValidIndex(org.snmp4j.smi.OID index)
          Checks whether an index OID is a valid index for this index definition or not.
 

Method Detail

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.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.