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 TypeInterfaceDescriptioninterfaceThe LinkedMOFactory extends the basic MOFactory interface by means for associating managed objects with instrumentation helper objects.interfaceTheMOFactoryinterface provides factory methods for creating all types of managed objects known by SNMP4J-Agent.interfaceMOMutableTableModel<R extends MOTableRow>TheMOMutableTableModeldefines the interface for mutable table models.Classes in org.snmp4j.agent.mo that implement MOTableRowFactoryModifier and TypeClassDescriptionclassTheDefaultMOFactoryis the default factory for creating ManagedObjects.classclassDefaultMOMutableTableModel<R extends MOTableRow>Fields in org.snmp4j.agent.mo declared as MOTableRowFactoryModifier and TypeFieldDescriptionprotected MOTableRowFactory<R>DefaultMOMutableTableModel.rowFactoryMethods 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 TypeClassDescriptionclassASimMOFactoryobject 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