[SNMP4J] SNMP4J Generics and Callable

Mathias Bogaert m.bogaert at memenco.com
Fri Mar 24 12:11:36 CET 2006


Hi,

When is the use of Java5 Generics and the new concurrent package scheduled
to be included in SNMP4J?

Would be cool to be able to say

samplePDU.add(new VariableBinding<String>(sysDescr));

and

Future<PDU> response = snmp.send(samplePDU, target, cableModem.getId());
Future<PDU> response2 = snmp.send(samplePDU, otherTarget,
cableModem.getId());

storeSample(response.get());
storeSample(response2.get());

Cheers,

Mathias




More information about the SNMP4J mailing list