Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp
Class SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
java.lang.Object
org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
- All Implemented Interfaces:
MOTableRowFactory<SnmpCommunityMIB.SnmpTargetAddrExtEntryRow>
- Enclosing class:
SnmpCommunityMIB
public class SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
extends Object
implements MOTableRowFactory<SnmpCommunityMIB.SnmpTargetAddrExtEntryRow>
-
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
-
SnmpTargetAddrExtEntryRowFactory
public SnmpTargetAddrExtEntryRowFactory()
-
-
Method Details
-
createRow
public SnmpCommunityMIB.SnmpTargetAddrExtEntryRow 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<SnmpCommunityMIB.SnmpTargetAddrExtEntryRow>- 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<SnmpCommunityMIB.SnmpTargetAddrExtEntryRow>- Parameters:
row- a MOTableRow that has been created using this factory and is now to be deleted (removed from the associated table).
-