public class DefaultMOMutableRow2PCFactory extends Object implements MOTableRowFactory<DefaultMOMutableRow2PC>
Constructor and Description |
---|
DefaultMOMutableRow2PCFactory() |
Modifier and Type | Method and Description |
---|---|
DefaultMOMutableRow2PC |
createRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
Creates a new
MOMutableRow2PC row instance and returns it. |
void |
freeRow(DefaultMOMutableRow2PC row)
Frees resources associated with the supplied row which is to be deleted.
|
public DefaultMOMutableRow2PC createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) throws UnsupportedOperationException
MOMutableRow2PC
row instance and returns it.createRow
in interface MOTableRowFactory<DefaultMOMutableRow2PC>
index
- the index OID for the new row.values
- the values to be contained in the new row.DefaultMOMutableRow2PC
by default.UnsupportedOperationException
- if the specified row cannot be
created.public void freeRow(DefaultMOMutableRow2PC row)
MOTableRowFactory
freeRow
in interface MOTableRowFactory<DefaultMOMutableRow2PC>
row
- a MOTableRow that has been created using this factory and is now to
be deleted (removed from the associated table).Copyright © 2018 SNMP4J.org. All rights reserved.