[SNMP4J] SNMP4J Generics and Callable

Mathias Bogaert m.bogaert at memenco.com
Tue Mar 28 00:17:43 CEST 2006


Frank,

If I undertake this effort, will you help to maintain it? If you fix  
bugs in SNMP4J, would you be willing to also fix them in SNMP4J5?

Also, are other people on the list interested in contributing?

Cheers,

Mathias

On 28 Mar 2006, at 00:00, Frank Fock wrote:

> If you want to start porting SNMP4J to Java 1.5, your are
> welcome! I cannot provide you version control access, but
> you can sent me your snapshots and I will put them on the
> SNMP4J web site. I can also try to get a repository
> working on the Java.NET site.
>
> Best regards,
> Frank
>
>
> Mathias Bogaert wrote:
>> 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
>>>
>>>
>>>
>> _______________________________________________
>> 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