Uses of Interface
org.snmp4j.agent.mo.MOTableRowFactory
-
Packages that use MOTableRowFactory Package Description org.snmp4j.agent.mo org.snmp4j.agent.mo.ext org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp4j -
-
Uses of MOTableRowFactory in org.snmp4j.agent.mo
Subinterfaces of MOTableRowFactory in org.snmp4j.agent.mo Modifier and Type Interface Description interfaceMOMutableTableModel<R extends MOTableRow>TheMOMutableTableModeldefines the interface for mutable table models.Classes in org.snmp4j.agent.mo that implement MOTableRowFactory Modifier and Type Class Description classDefaultMOFactoryTheDefaultMOFactoryis the default factory for creating ManagedObjects.classDefaultMOMutableRow2PCFactoryclassDefaultMOMutableTableModel<R extends MOTableRow>Fields in org.snmp4j.agent.mo declared as MOTableRowFactory Modifier and Type Field Description protected MOTableRowFactory<R>DefaultMOMutableTableModel. rowFactoryMethods in org.snmp4j.agent.mo that return MOTableRowFactory Modifier and Type Method Description MOTableRowFactory<R>DefaultMOMutableTableModel. getRowFactory()MOTableRowFactory<R>MOMutableTableModel. getRowFactory()Gets the factory instance used for creating rows for this model.Methods in org.snmp4j.agent.mo with parameters of type MOTableRowFactory Modifier and Type Method Description voidDefaultMOMutableTableModel. setRowFactory(MOTableRowFactory<R> rowFactory)voidMOMutableTableModel. 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 Modifier and Type Class Description classSimMOFactoryASimMOFactoryobject 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 Modifier and Type Class Description classUsmMIB.UsmTableModel -
Uses of MOTableRowFactory in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement MOTableRowFactory Modifier and Type Class Description classSnmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactoryclassSnmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactoryclassSnmp4jLogMib.Snmp4jLogHandlerEntryRowFactory
-