Uses of Class
org.snmp4j.agent.mo.MOTableSubIndex

Packages that use MOTableSubIndex
org.snmp4j.agent.mo   
 

Uses of MOTableSubIndex in org.snmp4j.agent.mo
 

Methods in org.snmp4j.agent.mo that return MOTableSubIndex
 MOTableSubIndex DefaultMOFactory.createSubIndex(int smiSyntax)
           
 MOTableSubIndex DefaultMOFactory.createSubIndex(int smiSyntax, int minLength, int maxLength)
           
 MOTableSubIndex DefaultMOFactory.createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)
           
 MOTableSubIndex MOFactory.createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)
          Creates a sub-index definition.
 MOTableSubIndex DefaultMOFactory.createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)
           
 MOTableSubIndex MOFactory.createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)
          Creates a sub-index definition.
 MOTableSubIndex MOTableIndex.getIndex(int index)
          Gets the sub-index definition at the specified index.
 

Methods in org.snmp4j.agent.mo with parameters of type MOTableSubIndex
 MOTableIndex DefaultMOFactory.createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)
           
 MOTableIndex MOFactory.createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)
          Creates an index definition from the supplied sub-index definitions without index validation.
 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.
 

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