You need to write some code in order to populate them.
(add some entry beans to the table beans).
well, thanks, it seemed quite straightforward with netbeans code insight...
until I had to actually add the entry:
public synchronized void addEntry(SnmpOid oid, ObjectName name, Object entry)
Now this method expects 3 arguments.
1: oid. I assume (correct me if I'm wrong) the oid should be the same oid as
the table with .1, .2, .3 and so on appended at the end for each entry. If
that's the case, is there a method to retrieve the tables oids in java using
the mibgen generated classes?
2: name. This is a plain mistery to me. No clue about what it should be.
3: entry. ok, this is the entry class instance