[SNMP4J] SNMP4J Generics and Callable

Frank Fock fock at agentpp.com
Mon Mar 27 00:17:14 CEST 2006


Hi Mathias,

Porting SNMP4J, SNMP4J-Agent, SNMP4J-AgentX to Java 1.5
is the next task after all these packages are fully
implemented. I expect it in 2007.

Best regards,
Frank

Mathias Bogaert wrote:
> 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
> 
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

-- 
AGENT++
http://www.agentpp.com
http://www.mibexplorer.com
http://www.mibdesigner.com




More information about the SNMP4J mailing list