[SNMP4J] SNMP4J Generics and Callable

Mathias Bogaert m.bogaert at memenco.com
Mon Mar 27 18:32:49 CEST 2006


2007?? Would you mind if I fork SNMP4J in a different package? SNMP4J5 ?

Mathias

On 27 Mar 2006, at 00:17, Frank Fock wrote:

> 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