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 Constructor Description SnmpTargetAddrExtEntryRowFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
Creates a newMOTableRow
row instance and returns it.void
freeRow(SnmpCommunityMIB.SnmpTargetAddrExtEntryRow row)
Frees resources associated with the supplied row which is to be deleted.
-
-
-
Method Detail
-
createRow
public SnmpCommunityMIB.SnmpTargetAddrExtEntryRow createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) throws UnsupportedOperationException
Description copied from interface:MOTableRowFactory
Creates a newMOTableRow
row instance and returns it.- Specified by:
createRow
in 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
public void freeRow(SnmpCommunityMIB.SnmpTargetAddrExtEntryRow row)
Description copied from interface:MOTableRowFactory
Frees resources associated with the supplied row which is to be deleted.- Specified by:
freeRow
in 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).
-
-