Uses of Interface
org.snmp4j.agent.mo.MOTableRowFactory
Packages that use MOTableRowFactory
-
Uses of MOTableRowFactory in org.snmp4j.agent.mo
Subinterfaces of MOTableRowFactory in org.snmp4j.agent.moModifier and TypeInterfaceDescriptioninterface
The LinkedMOFactory extends the basic MOFactory interface by means for associating managed objects with instrumentation helper objects.interface
TheMOFactory
interface provides factory methods for creating all types of managed objects known by SNMP4J-Agent.interface
MOMutableTableModel<R extends MOTableRow>
TheMOMutableTableModel
defines the interface for mutable table models.Classes in org.snmp4j.agent.mo that implement MOTableRowFactoryModifier and TypeClassDescriptionclass
TheDefaultMOFactory
is the default factory for creating ManagedObjects.class
class
DefaultMOMutableTableModel<R extends MOTableRow>
Fields in org.snmp4j.agent.mo declared as MOTableRowFactoryModifier and TypeFieldDescriptionprotected MOTableRowFactory<R>
DefaultMOMutableTableModel.rowFactory
Methods in org.snmp4j.agent.mo with type parameters of type MOTableRowFactoryModifier and TypeMethodDescription<F extends MOTableRowFactory<R>>
FMOMutableTableModel.getRowFactory()
Gets the factory instance used for creating rows for this model.<F extends MOTableRowFactory<R>>
voidDefaultMOMutableTableModel.setRowFactory
(F rowFactory) <F extends MOTableRowFactory<R>>
voidMOMutableTableModel.setRowFactory
(F rowFactory) Sets the factory instance to be used for creating rows for this model.Methods in org.snmp4j.agent.mo that return MOTableRowFactory -
Uses of MOTableRowFactory in org.snmp4j.agent.mo.ext
Classes in org.snmp4j.agent.mo.ext that implement MOTableRowFactoryModifier and TypeClassDescriptionclass
ASimMOFactory
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