|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.snmp4j.agent.mo.DefaultMOMutableRow2PCFactory
public class DefaultMOMutableRow2PCFactory
| Constructor Summary | |
|---|---|
DefaultMOMutableRow2PCFactory()
|
|
| Method Summary | |
|---|---|
MOTableRow |
createRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
Creates a new MOTableRow row instance and returns it. |
void |
freeRow(MOTableRow row)
Frees resources associated with the supplied row which is to be deleted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMOMutableRow2PCFactory()
| Method Detail |
|---|
public MOTableRow createRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
throws java.lang.UnsupportedOperationException
MOTableRow row instance and returns it.
createRow in interface MOTableRowFactoryindex - the index OID for the new row.values - the values to be contained in the new row.
MOTableRow.
java.lang.UnsupportedOperationException - if the specified row cannot be
created.public void freeRow(MOTableRow row)
MOTableRowFactory
freeRow in interface MOTableRowFactoryrow - a MOTableRow that has been created using this factory and is now to
be deleted (removed from the associated table).
|
Copyright 2005-2008 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||