[SNMP4J] TableEvent example

Afnan Chowdhury afnan.chowdhury at gmail.com
Wed Oct 19 14:25:02 CEST 2005


Hi,

I need an urgent help with geting snmp table information. Can anyone
please help me with initializing TableEvent? I am retrieving table for
my NMS applicatoin and got stuck at the point (code below) where I
call getTable method which returens row-by-row as a list of TableEvent
instances. Now from here how do I initialize the list of TableEvents I
got from the agent.

Regards

afnan

List list = new Vector(tableUtils.getTable(target, columns,
lowerBoundIndex, upperBoundIndex);



More information about the SNMP4J mailing list