Uses of Interface
org.snmp4j.agent.mo.MOTableIndexValidator

Packages that use MOTableIndexValidator
org.snmp4j.agent.mo   
 

Uses of MOTableIndexValidator in org.snmp4j.agent.mo
 

Classes in org.snmp4j.agent.mo that implement MOTableIndexValidator
 class MOTableIndex
          The MOTableIndex class represents a index definition of a conceptual table.
 

Methods in org.snmp4j.agent.mo that return MOTableIndexValidator
 MOTableIndexValidator MOTableIndex.getValidator()
          Gets the index validator (if present).
 

Methods in org.snmp4j.agent.mo with parameters of type MOTableIndexValidator
 MOTableIndex DefaultMOFactory.createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
           
 MOTableIndex MOFactory.createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
          Creates an index definition from the supplied sub-index definitions with index validation according to the supplied validator.
 void MOTableIndex.setValidator(MOTableIndexValidator validator)
          Sets the index validator associated with this index definition.
 

Constructors in org.snmp4j.agent.mo with parameters of type MOTableIndexValidator
MOTableIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
          Creates a index definition from an array of sub-index definitions where the last sub-index may have an implied length.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.