Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp4j
Class Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
java.lang.Object
org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
- All Implemented Interfaces:
MOTableRowFactory<Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow>
- Enclosing class:
Snmp4jLogMib
public class Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
extends Object
implements MOTableRowFactory<Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newMOTableRowrow instance and returns it.voidFrees resources associated with the supplied row which is to be deleted.
-
Constructor Details
-
Snmp4jLogConsoleHandlerEntryRowFactory
public Snmp4jLogConsoleHandlerEntryRowFactory()
-
-
Method Details
-
createRow
public Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow 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.Snmp4jLogConsoleHandlerEntryRow>- 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
Description copied from interface:MOTableRowFactoryFrees resources associated with the supplied row which is to be deleted.- Specified by:
freeRowin interfaceMOTableRowFactory<Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow>- Parameters:
row- a MOTableRow that has been created using this factory and is now to be deleted (removed from the associated table).
-