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

Packages that use MOTableRowFactory
org.snmp4j.agent.mo   
org.snmp4j.agent.mo.ext   
org.snmp4j.agent.mo.snmp   
 

Uses of MOTableRowFactory in org.snmp4j.agent.mo
 

Subinterfaces of MOTableRowFactory in org.snmp4j.agent.mo
 interface LinkedMOFactory
          The LinkedMOFactory extends the basic MOFactory interface by means for associating managed objects with instrumentation helper objects.
 interface MOFactory
          The MOFactory interface provides factory methods for creating all types of managed objects known by SNMP4J-Agent.
 interface MOMutableTableModel<R extends MOTableRow>
          The MOMutableTableModel defines the interface for mutable table models.
 

Classes in org.snmp4j.agent.mo that implement MOTableRowFactory
 class DefaultMOFactory
          The DefaultMOFactory is the default factory for creating ManagedObjects.
 class DefaultMOMutableRow2PCFactory<R extends MOMutableRow2PC>
           
 class DefaultMOMutableTableModel<R extends MOTableRow>
           
 

Fields in org.snmp4j.agent.mo declared as MOTableRowFactory
protected  MOTableRowFactory<R> DefaultMOMutableTableModel.rowFactory
           
 

Methods in org.snmp4j.agent.mo that return MOTableRowFactory
 MOTableRowFactory<R> DefaultMOMutableTableModel.getRowFactory()
           
 

Methods in org.snmp4j.agent.mo with parameters of type MOTableRowFactory
 void DefaultMOMutableTableModel.setRowFactory(MOTableRowFactory rowFactory)
           
 void MOMutableTableModel.setRowFactory(MOTableRowFactory<R> rowFactory)
          Sets the factory instance to be used for creating rows for this model.
 

Uses of MOTableRowFactory in org.snmp4j.agent.mo.ext
 

Classes in org.snmp4j.agent.mo.ext that implement MOTableRowFactory
 class SimMOFactory
          A SimMOFactory object can be used to create non-default MOAccess instances which support an agent simulation mode which allows the modification of MIB objects at runtime via SNMP that are not writable in normal operation but writable in a special config mode (see AGENTPP-SIMULATION-MIB).
 

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

Classes in org.snmp4j.agent.mo.snmp that implement MOTableRowFactory
 class UsmMIB.UsmTableModel
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.