Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp4j
Class Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory
- java.lang.Object
-
- org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory
-
- All Implemented Interfaces:
MOTableRowFactory<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow>
- Enclosing class:
- Snmp4jLogMib
public class Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory extends Object implements MOTableRowFactory<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow>
-
-
Constructor Summary
Constructors Constructor Description Snmp4jLogFileHandlerEntryRowFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowcreateRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)Creates a newMOTableRowrow instance and returns it.voidfreeRow(Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow row)Frees resources associated with the supplied row which is to be deleted.
-
-
-
Method Detail
-
createRow
public Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) throws UnsupportedOperationException
Description copied from interface:MOTableRowFactoryCreates a newMOTableRowrow instance and returns it.- Specified by:
createRowin interfaceMOTableRowFactory<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow>- Parameters:
index- the index OID for the new row.values- the values to be contained in the new row.- Returns:
- the created
MOTableRow. - Throws:
UnsupportedOperationException- if the specified row cannot be created.
-
freeRow
public void freeRow(Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow row)
Description copied from interface:MOTableRowFactoryFrees resources associated with the supplied row which is to be deleted.- Specified by:
freeRowin interfaceMOTableRowFactory<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow>- Parameters:
row- a MOTableRow that has been created using this factory and is now to be deleted (removed from the associated table).
-
-