Hi Jeff, Yes, if you call MOTable.removeRow(..) the removed row is returned. If you do not hold this reference somewhere, the row (and thus the contained variables) can be garbage collected.
Note however, that you may run into gc issues when row creation and deletion occurs in high frequency, due to the gc may not be able to free so many objects. Regards, Frank Jeff Ramin wrote: > Hi folks. > > I've got an application w/ snmp agent capabilities, which adds and > removes many rows from a table. > > Question - when I call MOTable.removeRow(), are the underlying > objects that comprise the row elements (in my case, they are > VariantVariables) made available for garbage collection? > > Thanks. > -- AGENT++ http://www.agentpp.com http://www.snmp4j.com http://www.mibexplorer.com http://www.mibdesigner.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
