Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java RMI & IP multicasting

843793Jun 26 2006 — edited Jun 27 2006
Hi,

I'm wondering if there's a mechanism to communicate Java RMI over IP multicast addresses.
My problem is the following: I have many client applications running all over my network infrastructure. They all provide the same RMI interface and register on the same RMI service name & port on their machines. Now I want to call methods of all of them at the same time. I thought this might be possible through IP multicasting, because then I can connect to different systems using one IP address. Is this possible with Java RMI?

Thanks for your help,
Anna
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2006
Added on Jun 26 2006
6 comments
1,210 views