Hi Emmanuel,

On May 19, 2006, at 10:51 AM, Emmanuel Cecchet wrote:

This looks like an excellent suggestion. Double check that no other part of the code requires an InetSocketAddress instead of just a SocketAddress. SocketAddress would be better if it does not break anything.

The InetSocketAddress is only needed in the implementations (Jgroups and Appia). In the common code, only SocketAddress is needed. It should be this way. The common interface, Hedera, uses SocketAddres that is a generic interface for an address. The implementations (Appia and JGroups) use implementations is this interface.

Damian would also have to check that this works with our other implementations but this looks pretty good.


Ok. I hope this works well also with the other implementations.

Don't hesitate to commit the modifications,

Ok, I will double check if Sequoia works with this code and after I'll commit the changes.

Thanks,
Nuno Carvalho


_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera

Reply via email to