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

Packages that use MOTableIndex
org.snmp4j.agent.mo   
org.snmp4j.agent.mo.snmp   
 

Uses of MOTableIndex in org.snmp4j.agent.mo
 

Methods in org.snmp4j.agent.mo that return MOTableIndex
 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.
 MOTableIndex DefaultMOTable.getIndexDef()
           
 MOTableIndex MOTable.getIndexDef()
          Gets the index definition of this table.
 

Methods in org.snmp4j.agent.mo with parameters of type MOTableIndex
 MOTable DefaultMOFactory.createTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns)
           
 MOTable MOFactory.createTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns)
          Creates a MOTable instance for the supplied OID, index definition, and columns with the DefaultMOMutableTableModel as table model.
 MOTable DefaultMOFactory.createTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns, MOTableModel model)
           
 MOTable MOFactory.createTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns, MOTableModel model)
          Creates a MOTable instance for the supplied OID, index definition, columns, and table model.
 MOTableModel DefaultMOFactory.createTableModel(org.snmp4j.smi.OID tableOID, MOTableIndex indexDef, MOColumn[] columns)
           
 MOTableModel MOFactory.createTableModel(org.snmp4j.smi.OID tableOID, MOTableIndex indexDef, MOColumn[] columns)
          Creates a table model (by default a DefaultMOMutableTableModel).
 

Constructors in org.snmp4j.agent.mo with parameters of type MOTableIndex
DefaultMOTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, C[] columns)
           
DefaultMOTable(org.snmp4j.smi.OID oid, MOTableIndex indexDef, C[] columns, M model)
          Creates a new SNMP table with the specified "Entry" OID, INDEX, columns, and MOTableModel.
 

Uses of MOTableIndex in org.snmp4j.agent.mo.snmp
 

Methods in org.snmp4j.agent.mo.snmp that return MOTableIndex
 MOTableIndex UsmMIB.UsmTableModel.getIndexDef()
           
 MOTableIndex UsmMIB.UsmTableRow.getIndexDef()
           
 

Constructors in org.snmp4j.agent.mo.snmp with parameters of type MOTableIndex
SNMPv2MIB.SysOREntry(org.snmp4j.smi.OID oid, MOTableIndex index, MOColumn[] columns)
           
UsmMIB.UsmTableModel(MOTableIndex indexDef)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.